Wallet Checkout Service
Interface for managing wallet checkout.
Functions
Cancels an existing payment transaction. This sets the payment status to CANCELLED and aborts the transfer from the customer's wallet to the merchant.
Asynchronously cancels an existing payment transaction. This sets the payment status to CANCELLED and aborts the transfer from the customer's wallet to the merchant.
Confirms an existing payment transaction. This sets the payment status to PROCESSING and proceeds with completing the transfer from the customer's wallet to the merchant.
Asynchronously confirms an existing payment transaction. This sets the payment status to PROCESSING and proceeds with completing the transfer from the customer's wallet to the merchant.
Creates a payment transaction for an active checkout session. This sets the payment status to PENDING and initiates the transfer from the customer's wallet to the merchant.
Asynchronously creates a payment transaction for an active checkout session. This sets the payment status to PENDING and initiates the transfer from the customer's wallet to the merchant.
Retrieves the current state and details of a wallet checkout session from the customer's perspective.
Asynchronously retrieves the current state and details of a wallet checkout session from the customer's perspective.
Previews a payment transaction for an active checkout session. This returns a preview of the payment details including fees and balance impact without committing the transaction.
Asynchronously previews a payment transaction for an active checkout session. This returns a preview of the payment details including fees and balance impact without committing the transaction.