Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "Transfer initiated successfully",
"data": {
"batch": {
"batch_reference": "BATCH1234567890",
"total_processed_amount": 543.21,
"total_processed_count": 1,
"total_unprocessed_amount": 0,
"total_processing_amount": 0,
"total_processing_count": 1,
"total_unprocessed_count": 0
},
"transactions": [
{
"reference": "TRF123456789",
"status": "SUCCESSFUL",
"status_message": "Transfer successful"
}
],
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
]
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Transfers
Transfer Funds
Transfer funds from one account to another
POST
/
transactions
Error
A valid request URL is required to generate request examples{
"status": "00",
"message": "Transfer initiated successfully",
"data": {
"batch": {
"batch_reference": "BATCH1234567890",
"total_processed_amount": 543.21,
"total_processed_count": 1,
"total_unprocessed_amount": 0,
"total_processing_amount": 0,
"total_processing_count": 1,
"total_unprocessed_count": 0
},
"transactions": [
{
"reference": "TRF123456789",
"status": "SUCCESSFUL",
"status_message": "Transfer successful"
}
],
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
]
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Body
application/json