v1CreateAttemptRequest

  • application_id
    Type: string · application id if not provided, it will be use the first application in the list
  • customer_redirect
    Type: object
    • approved_url
      Type: string
    • canceled_url
      Type: string
  • merchant_purchase_ref
    Type: string · identification of a unique purchase within the merchant system You can not have multiple attempts with the same merchant_purchase_ref
  • purchase_details
    Type: object
    • billing_address
      Type: object
    • customer
      Type: object
    • shipping_address
      Type: object
    • shopping_card
      Type: object
  • transaction_flow_config
    Type: object
    • transaction_capture
      Type: stringenum

      Transaction capture types AUTO: The transaction is auto captured. MANUAL: The transaction is manually captured.

      values
      • TRANSACTION_CAPTURE_UNSPECIFIED
      • TRANSACTION_CAPTURE_AUTO
      • TRANSACTION_CAPTURE_MANUAL