Create a deposit transaction.
Header | Required | Values/Example | Default |
---|---|---|---|
Authorization | Required | Basic XXX |
Parameter | Type | Param Type | Required | Values/Example | Default |
---|---|---|---|---|---|
account | Body | String | Required | 6YA01234 | |
Account for the transaction | |||||
action | Body | String | Required | DEPOSIT | |
Set to DEPOSIT .
|
|||||
type | Body | String | Required | ACH | |
Type of the transaction. At this time only ACH is permitted.
|
|||||
amount | Body | Double | Required | 5000.0 | |
Amount of the deposit | |||||
achProfile | Body | Int | Optional | 1 | |
For ACH transactions, the ACH profile Id. | |||||
ipAddress | Body | String | Required | 0.0.0.0 | |
IP address of the CUSTOMER who requested the transaction |