POST
/
customers
/
{customerID}
/
batch_settlement_schedules
Create a Batch Settlement Schedule
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>"
  }
}'
{
"id": "<string>"
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Body

application/json

Response

200
application/json

Batch Settlement Schedule object created

The response is of type object.