Initiate an acquiring transaction for a payment
OK
Bad Request
Unauthorized
Forbidden
{- "amount": 0,
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "redirectUrl": "string",
- "reference": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "webPage": {
- "ttl": "PT8H6M12.345S",
- "url": "string"
}
}
Initiate an acquiring transaction for an account load
OK
Bad Request
Unauthorized
Forbidden
Conflict
{- "amount": 0,
- "targetLedgerId": "c08a7469-a75d-455d-a40f-2578815cd03c",
- "redirectUrl": "string",
- "reference": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "webPage": {
- "ttl": "PT8H6M12.345S",
- "url": "string"
}
}
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": {
- "clearingDate": "2019-08-24T14:15:22Z",
- "originalAmount": 0,
- "originalCurrency": "string",
- "declineReason": "BENEFICIARY_ACCOUNT_CLOSED_OR_STOPPED",
- "conversionRate": "string",
- "reference": "string",
- "note": "string"
}, - "sender": {
- "name": "string",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerFriendlyName": "string"
}, - "receiver": {
- "name": "string",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerFriendlyName": "string"
}
}