Funding Endpoints
Create money movement
Create a money movement. The money movement will be processed by the
system and the status of the money movement can be checked using the
/funding/money_movement/{account_id}/{mm_id}
endpoint.
POST
/
funding
/
money_movement
Headers
x-api-key
string
requiredAPI Key for authentication
Body
application/json
account_id
string
requiredAccount ID for money movement
direction
enum<string>
requiredDirection of money movement (Deposit or Withdrawal)
Available options:
D
, W
ach_id
string
requiredACH instruction ID for the movement
amount
string
requiredAmount for the money movement
Response
200 - application/json
message
string
status_code
integer