ACH Mobile Transactions

The ACH Mobile Transactions API enables merchants to process ACH (Automated Clearing House) transactions through mobile applications. This API supports both debit and credit transactions with secure tokenization capabilities.

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
Achmobilejwt: ACH mobile JWT value

Available endpoints

  • Credit Transaction: POST /rest/v2/ach/mobile/transactions/credit

  • Debit Transaction: POST /rest/v2/ach/mobile/transactions/debit

Last updated

Was this helpful?