INTEGRATION
TRANSACTION ASSURANCE
CHARGES
DISPUTES & FRAUD
Charge Types
The Charge Lifecycle section explains a charge, a card transaction, and its lifecycle. However, a merchant may want to submit different types of charges, and we capture these cases in the type
structure.
A single charge type comprises four distinct fields: intent
, cardEntry
, order
, and conditional sequence
. Below, possible payment scenarios are described, including which fields and values should be set for each.
One-Off Charges
Online Purchases
Authorize a purchase via online check-out. Examples: Goods and downloads, virtual services, event tickets, one-time donations, and gift card purchases.
Pre-Orders
Reserve an amount in the cardholder account, for example, by booking travel or accommodation (pre-auth).
Account Status Inquiry
Check if the cardholder's account is in good standing.
One-Click (CIT)
The customer initiated A one-off e-com transaction with payment details on file.
MOTO
Authorize a purchase via mail order or phone order. Example: Ordering a pizza using the phone with card details.
Merchandise Return
Unreferenced refund, where a refund is not based on any previous authorization. Example: Cardholder returns a pair of shoe purchase, the merchant agrees with a refund, and cardholder provides (different) account information where the refund goes to.
Fields and values for One-Off Charges
type.intent | type.order | type.cardEntry | type.sequence | |
Online Purchases | purchase | checkout | e-commerce | - |
Pre-Orders | reservation | checkout | e-commerce | - |
Account Status Inquiry | account-status | checkout | e-commerce | - |
One-Click | purchase | one-click | card-on-file | - |
MOTO | purchase | mail/phone | manual | - |
Merchandise Return | refund | checkout | e-commerce | - |
Standing Instruction (Recurring Charges)
Recurring charges are automated payments that continue after an initial purchase. The table below highlights common types of recurring charges, their key features, and real-world examples.
Type | Usage | Example |
Standing Instruction
| Fixed amount Fixed frequency | Streaming services |
Standing Order | Variable amount Fixed frequency | Utilities (electricity, water) |
Installment | Fixed amount Fixed frequency | Loan repayments, large purchases |
Unscheduled Card-On-File (UCOF)
| Variable amount Irregular frequency | Ridesharing services, one-time purchases with card-on-file |
Fields and values for Standing Instruction (Recurring Charges)
The table below outlines the key fields and values defining different types of recurring charges, including Standing Instructions, Standing Orders, Installments, UCOFs, and Store Cards. It covers aspects such as transaction intent, order type, card entry method, and payment sequence.
type.intent | type.order | type.cardEntry | type.sequence | |
Recurring | purchase | recurring | e-commerce | initial (CIT) subsequent (MIT) |
Standing Order | purchase | (standing)* | e-commerce | initial (CIT) subsequent (MIT) |
Installment | purchase | installment | e-commerce | initial (CIT) subsequent (MIT) |
Ucof | purchase | ucof | e-commerce | initial (CIT) subsequent (MIT) |
Store Card | purchase | checkout | e-commerce | - |
Industry Specific Charges
Partial Shipment/Re-Authorization (MIT)
Merchants ship out a portion of an order while the remainder is held back due to various reasons, such as stock availability issues, production delays, or logistical challenges. Each shipment is a separate transaction. Example: Consumers order goods on the marketplace from various merchants.
Delayed Charge/Incremental Auth (MIT)
A delayed charge transaction is performed to process a supplemental account charge after the original services have been rendered and respective payments have been processed—for example, a Hotel mini bar charge after the cardholder has checked out of the hotel.
No Show Charge (MIT)
A guaranteed reservation ensures that the reservation will be honored and allows a merchant to perform a no-show transaction to charge the cardholder a penalty according to the transaction to charge the cardholder a penalty according to the... Example: Cardholder’s reservation cancellation without providing proper advance notice to the merchant.
Resubmission (MIT)
A merchant performs a resubmission in cases where it requested authorization but was declined due to insufficient funds after it had already delivered the goods or services to the cardholder. Previous attempts to obtain approval for a transaction have been declined, but the issuer’s response does not prohibit the merchant from trying again later. Example: Insufficient funds, over credit limit response, or transit debt recovery.
Fields and values for Industry Specific Charges
type.intent | type.order | type.cardEntry | type.sequence | |
Partial Shipment/ | purchase | (reauthorization)* | card-on-file | subsequent |
Delayed Charge/ | purchase | (delayed)* | card-on-file | subsequent |
No Show Charge | purchase | (no-show)* | card-on-file | subsequent |
Resubmission | purchase | (resubmission)* | card-on-file | subsequent |
Charge types indicated with an * are under development.