Simulates a card refund authorisation.
This endpoint is for testing purposes only and won't work in production.
Body
Created
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "cardId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
- "amount": 10,
- "network": "VISA",
- "cardAcceptor": {
- "mid": "string"
}
}
{- "transaction": {
- "acquirerFeeAmount": 0,
- "type": "authorization.clearing",
- "state": "COMPLETION",
- "token": "7bff9f48-8c68-4937-917a-bf7cf4f0de27",
- "userToken": "f0d5cae0-fb3f-417f-8f1c-51c5fb66259a",
- "cardToken": "3c5d4203-99dc-4bbb-a8c4-e5c61fbe563a",
- "requestAmount": 10,
- "response": {
- "code": "0000",
- "memo": "Approved or completed successfully"
}, - "createdTime": "2022-12-06T21:41:48Z",
- "userTransactionTime": "2022-12-06T21:41:49Z",
- "settlementDate": "2022-12-06T21:41:50Z",
- "amount": 10,
- "gpa": {
- "ledgerBalance": 240,
- "availableBalance": 240,
- "impactedAmount": -10
}, - "currencyCode": "GBP",
- "currencyConversion": {
- "originalAmount": 10,
- "conversionRate": 1,
- "originalCurrencyCode": "826"
}, - "precedingRelatedTransactionToken": "8a6d911e-cb3d-41d2-b843-5f9dc97d503c",
- "network": "VISA",
- "subnetwork": "VISANET",
- "cardAcceptor": {
- "postalCode": "33705",
- "mid": "000000000011111",
- "mcc": "6411",
- "name": "Card Acceptor Name",
- "city": "Seattle",
- "state": "WA",
- "countryCode": "USA"
}
}
}