Skip to main content
POST
Submit transaction

Authorizations

X-API-KEY
string
header
required

Your partner API key.

X-API-SECRET
string
header
required

Your partner API secret.

Path Parameters

userId
string<uuid>
required

Identifier of the end user the resource belongs to.

Example:

"8f14e45f-ceea-467a-9a3f-1b2c0d4e5f60"

Body

application/json
quoteId
string
required

Quote the transaction is priced against.

recipientId
string
required

Recipient being paid.

endlTransactionMode
string
required

Transfer mode, for example STABLE_COIN_TO_FIAT.

nameOrAlias
string

Your reference for the transaction.

fundsSource
string

Declared source of funds.

transferPurposeCode
string

Purpose-of-transfer code.

Response

Transaction submitted

code
integer
Example:

201

message
string
Example:

"Transaction submitted"

status
enum<string>
Available options:
SUCCESS,
ERROR
Example:

"SUCCESS"

data

Successful responses share the standard envelope. The shape of data for this endpoint is not yet captured in this specification — see the note on the API reference overview.

errors
object[]
Example: