Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Issuing worksSupported regions and currenciesSupported card programs
Use Cases
Card controls
Authorization controls
Remote authorization
Remote authorization scenariosConfigure remote authorizationRespond to authorization requestsRetrieve authorizationsTest remote authorization
Handle exceptions
3D Secure authentication
Test and go live

Test remote authorization

You can test remote authorization requests using our sandbox APIs, which allow you to generate mock transactions in our demo environment. This helps you to test the availability and correctness of your remote authorization endpoint.

This guide describes how to generate a mock transaction within our demo environment. Please refer to Simulate transactions on issued cards for more information.

Example endpoint

This is a template for a remote authorization endpoint written in Kotlin with Spring Boot.

Kotlin