Authorization
Simulate Authorisation Transaction
POST/api/v1/merchant/cards/{{card-id}}/simulate/authorization/
Endpoint Access Restriction
Only applicable for Sandbox environment.
Body Parameters
| Name | Type | Required | Description |
|---|---|---|---|
billAmount |
float | ✅ Yes | The total amount charged to the cardholder, in the card’s currency. This includes any applicable fees. |
Example Request Body
{
"billAmount": 10.50
}
Response
{
"lifecycleEventID": "672aae0f-fe69-451f-852f-0e09a3743071",
"id": "tid_Qc59l1V0bg"
}