v1PurchaseDetails

  • billing_address
    Type: object · This is required
    • address
      Type: object · v1Address
    • person
      Type: object · v1Person
  • customer
    Type: object · This is optional
    • customer_ref
      Type: string

      Customer ref is optional. This is used to identify the customer in the merchant system.

  • shipping_address
    Type: object · This is optional
    • address
      Type: object · v1Address
    • person
      Type: object · v1Person
  • shopping_card
    Type: object · This is required
    • currency_code
      Type: string · ISO 4217
    • discount_amount
      Type: string · discount amount in cents ( 1USD = 100 cents)Format: uint64
    • items
      Type: array object[] · v1CardItem[]
    • shipping_amount
      Type: string · shipping amount in cents ( 1USD = 100 cents)Format: uint64
    • tax_amount
      Type: string · tax amount in cents ( 1USD = 100 cents)Format: uint64
    • total_amount
      Type: string · total amount in cents ( 1USD = 100 cents)Format: uint64