Optionalmerchant_name?: stringName of the merchant
Optionalpayment_instrument?: { token?: string }Details of the saved payment instrument created or reused during checkout processing.
Optionaltoken?: stringToken value
Optionalredirect_url?: stringURL where the payer is redirected after a redirect-based payment or SCA flow completes.
Optional Readonlytransaction_code?: stringTransaction code of the successful transaction with which the payment for the checkout is completed.
Optional Readonlytransaction_id?: stringTransaction ID of the successful transaction with which the payment for the checkout is completed.
Checkout Success
Checkout resource returned after a synchronous processing attempt. In addition to the base checkout fields, it can include the resulting transaction identifiers and any newly created payment instrument token.