Skip to main content
GET
Get Payment Instructions

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

identity_id
string
required

Identity ID

payment_instructions_id
string
required

Payment instructions ID

Response

Success

Payment instructions for a conversion.

country
enum<string>
required

Country of the bank account (ISO 3166-1 alpha-2).

Available options:
US
Example:

"US"

fiat_currency_symbol
enum<string>
required

Currency symbol of the fiat transaction

Available options:
USD
Example:

"USD"

account_name
string
required

Friendly name for the payment instructions (e.g., "John's Chase Account")

payment_method
enum<string>
required

Payment method for the fiat transaction

Available options:
WIRE
Example:

"WIRE"

bank_account_details
wire_details · object
required

Bank account details

beneficiary_type
enum<string>
required

Whether these instructions pay the sender (FIRST_PARTY) or someone else (THIRD_PARTY).

Available options:
FIRST_PARTY,
THIRD_PARTY
Example:

"FIRST_PARTY"

recipient
business · object
required

Recipient information.

id
string
read-only

Payment instructions ID