Mobile Payment Transactions

The Mobile Transactions API is used for card-present payment transactions processed from mobile solutions using Xplor Pay's supported credit card readers. This API eliminates the need to send sensitive card information (card number, expiration date, track data) in your requests. Instead, the Xplor Pay's mobile framework integrated into your mobile app produces a secure transaction token representing the inserted or swiped card. This token will be sent as a header as part of the payment transaction request.

See our SDK documentation for integration details:

Base URLs

Environment
URL

Sandbox

https://gateway-sb.clearent.net/rest/

Production

https://gateway.clearent.net/rest/

Headers

Content-Type: application/json
Accept: application/json
AccessKey: Secret access key issued by Xplor Pay
Mobilejwt: JWT token returned from the Xplor Pay Mobile framework's successfulTransactionToken method

Available endpoints

  • Authorization Transaction: POST /rest/v2/mobile/transactions/auth

  • Sale Transaction: POST /rest/v2/mobile/transactions/sale

  • Forced Sale Transaction: POST /rest/v2/mobile/transactions/forced-sale

  • Refund Transaction: POST /rest/v2/mobile/transactions/refund

Last updated

Was this helpful?