Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 573 Bytes

customer-details.md

File metadata and controls

25 lines (16 loc) · 573 Bytes

Customer Details

Details about the customer making the payment.

Structure

Customer Details

Fields

Name Type Tags Description
customer_initiated bool Optional Indicates whether the customer initiated the payment.
seller_keyed_in bool Optional Indicates that the seller keyed in payment details on behalf of the customer.
This is used to flag a payment as Mail Order / Telephone Order (MOTO).

Example (as JSON)

{
  "customer_initiated": false,
  "seller_keyed_in": false
}