Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
firstline1
titleAPI Endpoint: https://test.oppwa.com/v1/payments
linenumberstrue
//send POST to https://test.oppwa.com/v1/payments
authentication.password= // Your Password
authentication.entityId= // Your channel id for Oxxo
authentication.userId= // Your API user login
amount=10.00
paymentType=PA
currency=MXN
merchantTransactionId=123456
paymentBrand=BOLETOOXXO
billing.country=MX
shopperResultUrl=http://google.com //Although there is no re-direct back from the Boleto to your shop, our API requires this parameter to be present
testMode=EXTERNAL

...