Create an ACH offramp
Initiates an ACH-push offramp movement to the supplied US bank account. An amount above the group's approval threshold is queued for a second member to approve instead of executing (outcome=approval_pending).
Headers
Required client idempotency key; a duplicate submission with the same key is rejected with 409.
Required client idempotency key; a duplicate submission with the same key is rejected with 409.
Request body
Response
OK
Changes
Changed in 9 of the 24 revisions of this API.1122
- ○
added the optional property
error/api_client_idto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/api_client_idto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/api_client_idto the response with the403statusresponse-optional-property-added
- ○
added the optional property
error/api_client_idto the response with the503statusresponse-optional-property-added
- ○
added the optional property
error/api_client_idto the response with thedefaultstatusresponse-optional-property-added
- ○
- ○
added the optional property
transaction/onchain_transactionsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
transaction/settlement_commission_viewto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
transaction/net_amount_viewto the response with the200statusresponse-optional-property-added
- ○
- ●
the
amount_usdrequest property's maxLength was set to64request-property-max-length-set
- ●
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the optional property
outcometo the response with the200statusresponse-optional-property-added
- ○
added the optional property
transfer_approvalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
transaction/settlement_pathwayto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
transaction/input/payment_railto the response with the200statusresponse-optional-property-added
- ○
added the optional property
transaction/output/payment_railto the response with the200statusresponse-optional-property-added
- ○
- ▲
added the pattern
^mny_[0-7][0-9a-hjkmnp-tv-z]{25}$to the request propertyaccount_idrequest-property-pattern-added
- ○
the
money_movement_idresponse's property pattern was changed from^mm_[0-9a-hjkmnp-tv-z]{26}$to^mm_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/automation_idresponse's property pattern was changed from^auto_[0-9a-hjkmnp-tv-z]{26}$to^auto_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/created_byresponse's property pattern was changed from^ind_[0-9a-hjkmnp-tv-z]{26}$to^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/group_idresponse's property pattern was changed from^grp_[0-9a-hjkmnp-tv-z]{26}$to^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/idresponse's property pattern was changed from^mm_[0-9a-hjkmnp-tv-z]{26}$to^mm_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/input/money_account_idresponse's property pattern was changed from^mny_[0-9a-hjkmnp-tv-z]{26}$to^mny_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/metadata/created_byresponse's property pattern was changed from^ind_[0-9a-hjkmnp-tv-z]{26}$to^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
- ○
the
transaction/output/money_account_idresponse's property pattern was changed from^mny_[0-9a-hjkmnp-tv-z]{26}$to^mny_[0-7][0-9a-hjkmnp-tv-z]{25}$for the status200response-property-pattern-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲