v1CreateAttemptRequest
- applicationType: string · application id if not provided, it will be use the first application in the list
_id - customerType: object · Each purchase must have a customer redirect config. This is to redirect the customer to merchant website after BNPL process is completed or cancelled @ref `CustomerRedirect`
_redirect - approvedType: string
_url - canceledType: string
_url
- merchantType: string · identification of a unique purchase within the merchant system You can not have multiple attempts with the same merchant_purchase_ref
_purchase _ref - purchaseType: object · purchase details
_details - billingType: object · This is required
_address - customerType: object · This is optional
- shippingType: object · This is optional
_address - shoppingType: object · This is required
_card
- transactionType: object · transaction flow config TODO: not supported yet
_flow _config - transactionType: string · v1TransactionCaptureenum
_capture Transaction capture types AUTO: The transaction is auto captured. MANUAL: The transaction is manually captured.
values- T
R A N S A C T I O N _ C A P T U R E _ U N S P E C I F I E D - T
R A N S A C T I O N _ C A P T U R E _ A U T O - T
R A N S A C T I O N _ C A P T U R E _ M A N U A L

