Skip to main content

Email Instrument Transaction Details

Details about a payment with a customer's email payment instrument.

instrumentIdstring

Instrument ID.

Example: 123456789
instrumentTypestring

Represents the type of an instrument.

ValueDescription
CARDCard
PREPAID_CARDPrepaid Card
SEPA_BANK_ACCOUNTSEPA Bank account
US_BANK_ACCOUNTUS Bank account
UK_BANK_ACCOUNTUK Bank account
CCI_BANK_ACCOUNTCCI Bank account
BR_BANK_ACCOUNTBR Bank account
PH_BANK_ACCOUNTPH Bank account
CLABE_BANK_ACCOUNTCLABE Bank account
EMAILEmail

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]

emailstringrequired

Email address (may be obfuscated).

Example: john.doe@example.com
Email Instrument Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"email": "john.doe@example.com"
}