cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/{customerID}/batch_settlement_schedules \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "destination": { "currency": "dai", "payment_rail": "ach", "external_account_id": "<string>", "bridge_wallet_id": "<string>", "wire_message": "<string>", "sepa_reference": "<string>", "swift_reference": "<string>", "spei_reference": "<string>", "swift_charges": "our", "ach_reference": "<string>", "blockchain_memo": "<string>", "deposit_id": "<string>" } }'
200
example
{ "id": "<string>"}
Creates a Batch Settlement Schedule that can be used as the destination of a liquidation address.
A UUID that uniquely identifies a resource
1 - 42
Batch Settlement Schedule object created
The response is of type object.
object
Was this page helpful?