Initiate an acquiring transaction for a payment. For testing purposes, use the following fake cards: Testing cards
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
{- "amount": 0,
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "redirectUrl": "string",
- "reference": "string",
- "storeCard": true,
- "externalCardId": "fcafdf75-98d6-4bb8-9493-4b96e1b8a14c"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "webPage": {
- "ttl": "PT8H6M12.345S",
- "url": "string"
}
}
Initiate an acquiring transaction for an account load. For testing purposes, use the following fake cards: Testing cards
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
{- "amount": 0,
- "targetLedgerId": "c08a7469-a75d-455d-a40f-2578815cd03c",
- "redirectUrl": "string",
- "reference": "string",
- "storeCard": true,
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "externalCardId": "fcafdf75-98d6-4bb8-9493-4b96e1b8a14c"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "webPage": {
- "ttl": "PT8H6M12.345S",
- "url": "string"
}
}
Fetch all external cards based on parameters
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "maskedPan": "string",
- "cardHolderName": "string",
- "scheme": "string",
- "type": "string",
- "expiryDate": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "validityDate": "2019-08-24T14:15:22Z"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Get all information about an acquiring transaction using its ID.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "INTER_LEDGER",
- "paymentType": "MONEY_TRANSFER",
- "status": "APPROVED",
- "creationDate": "2019-08-24T14:15:22Z",
- "amount": 0,
- "currency": "EUR",
- "information": {
- "originalAmount": 0,
- "originalCurrency": "string",
- "conversionRate": "string",
- "declineReason": "BENEFICIARY_ACCOUNT_CLOSED_OR_STOPPED",
- "note": "string",
- "clearingDate": "2019-08-24T14:15:22Z",
- "reference": "string"
}, - "sender": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}, - "receiver": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}
}