• amount: number
• currency: string
• Optional type: TransactionType
• Optional method: TransactionMethod
• Optional channelId: string
• Optional reason: string
• Optional transactionDate: number
• Optional payer: Object
| Name | Type |
|---|---|
accountId? | string |
accountNumber? | string |
accountCountryCode? | string |
bankIdentifier? | string |
branchIdentifier? | string |
name? | string |
customerTier? | string |
card? | Card |
billingInfo? | BillingInfo |
• Optional payee: Object
| Name | Type |
|---|---|
accountId? | string |
accountNumber? | string |
accountCountryCode? | string |
bankIdentifier? | string |
branchIdentifier? | string |
name? | string |
card? | Card |
• Optional purchase: Object
| Name | Type |
|---|---|
totalItems? | number |
products | Product[] |
shippingInfo? | ShippingInfo |
• Optional avs: Object
| Name | Type |
|---|---|
code? | string |
provider? | string |
matchLevel? | AvsMatchLevel |
| Value |
|---|
purchase |
bill_payment |
mobile_recharge |
money_transfer |
credit_transfer |
credit_redemption |
top_up |
withdrawal |
investment |
loan |
refund |
other |
| Value |
|---|
bank_account |
wire |
card |
p2p |
wallet |
| Value |
|---|
none |
postal |
street |
full |
unknown |
| Name | Type |
|---|---|
holderName? | string |
bin? | string |
last4? | string |
| Name | Type |
|---|---|
id? | string |
name? | string |
amount? | number |
price? | number |
| Name | Type |
|---|---|
name? | string |
addressLine1? | string |
addressLine2? | string |
city? | string |
state? | string |
zipPostalCode? | string |
country? | string |
email? | string |
phone? | string |
| Name | Type |
|---|---|
name? | string |
addressLine1? | string |
addressLine2? | string |
city? | string |
state? | string |
zipPostalCode? | string |
country? | string |
email? | string |
phone? | string |