Skip to main content

Response returned after creating a new instrument

id
string<uuid>
required

Unique instrument identifier

Example:

"550e8400-e29b-41d4-a716-446655440000"

created_at
string<date-time>
required

Timestamp when the instrument was created

Example:

"2024-01-01T00:00:00.000Z"

merchant_id
string
required

Merchant that owns the instrument

Example:

"merch_123456789"

holder_id
string
required

Holder ID associated with the instrument

Example:

"holder_123456789"

payment_method
required

Credit or debit card

Allowed value: "card"
Example:

"card"

holder_type
required

End customer

Allowed value: "CUSTOMER"
Example:

"CUSTOMER"