The final step is to use the card data stored using Secure Fields to either create a transaction or store a card on file for later use.Documentation Index
Fetch the complete documentation index at: https://integration.wpay.com.au/llms.txt
Use this file to discover all available pages before exploring further.
Create a transaction
Card data stored in a checkout session can be used to create a transaction.Store a card for later use
Card data in a checkout session can also be used to create a stored payment method that can be used again later. This can be done either at the time of creating a transaction by setting thestore property to true,
or when creating a new payment method
directly from the checkout session.
3-D Secure
3-D Secure can be used in conjunction with Secure Fields using the hosted 3DS solution. To enable hosted 3DS, add aredirect_url to the API call to create a transaction, and then redirect the buyer to the approval_url in the response.
Summary
In this step you:- Used the checkout session to create a transaction or store a payment method