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.
Note: This API does not support follow-up transactions such as captures, voids, and matched refunds.
Supported transaction types to supply as a part of the url endpoint are: sale, auth, capture, forced-sale, and refund. Sale Example - https://gateway.clearent.net/rest/v2/mobile/transactions/sale.
Base URLs
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?