Skip to content

End Customer Balance Transfer

POST
/balances/ec-transfer

Transfers cash between two end-customer accounts under the same omnibus account and records corresponding end-customer transactions.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Request Body

application/json
JSON
{
  
"account_number": "MOCK_OMNI_AVSUAT_RQD_001",
  
"from_end_customer_id": "MOCK_CUST_001",
  
"to_end_customer_id": "MOCK_CUST_002",
  
"quantity": "250",
  
"descr": "manual cash transfer"
}

Responses

OK

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI