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