Create Transfer From Quote

/v0/customers/{customer_id}/pay-out/quote/{quote_id}

Path parameters

Name
Type
Required
Description

customer_id

string · uuid

Yes

The unique identifier of the customer

quote_id

string · uuid

Yes

The unique identifier of the quote

Header parameters

Name
Type
Required
Description

Authorization

string

Yes

Token for authentication

Idempotency-Key

string

Yes

Unique key to prevent duplicate requests

Body

Content-Type: application/json

You can provide either a reference to an existing external account ID or the complete bank account details for the destination.

  • DestinationExternalAccountID (object)

  • DestinationBankAccountDetails (object)

(Include either the external account reference object or the full bank account details in the JSON body.)

Responses

  • 201 — Pay Out transfer created successfully (application/json)

Last updated 4 months ago.

Last updated