Quotation Instrument Transaction Details
Details about a payment with a quotation instrument.
instrumentIdstring
Instrument ID.
Example:
123456789instrumentTypestring
Represents the type of an instrument.
| Value | Description |
|---|---|
| CARD | Card |
| PREPAID_CARD | Prepaid Card |
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| US_BANK_ACCOUNT | US Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
| CLABE_BANK_ACCOUNT | CLABE Bank account |
| QUOTATION | Quotation |
Possible values: [CARD, PREPAID_CARD, SEPA_BANK_ACCOUNT, US_BANK_ACCOUNT, UK_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT, CLABE_BANK_ACCOUNT, EMAIL, QUOTATION]
quoteIdstringrequired
Identifier of the quote used to execute the payment.
Example:
68f0d4e8bb0b78ad7ef29dd6Quotation Instrument Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"quoteId": "68f0d4e8bb0b78ad7ef29dd6"
}