idempotencyKey:
String -
A client-side generated token to identify a payment and perform idempotent operations.
For more information, refer to
[Idempotent requests](https://shopify.dev/api/usage/idempotent-requests).
nextActionUrl:
URL -
The URL where the customer needs to be redirected so they can complete the 3D Secure payment flow.
ready:
Boolean! -
Whether the payment is still processing asynchronously.
test:
Boolean! -
A flag to indicate if the payment is to be done in test mode for gateways that support it.
transaction:
Transaction -
The actual transaction recorded by Shopify after having processed the payment with the gateway.
Connections
Related queries
Related mutations
checkoutCompleteWithCreditCardV2
Completes a checkout using a credit card token from Shopify's card vault. Before you can complete checkouts using CheckoutCompleteWithCreditCardV2, you need to [_request payment processing_](https://shopify.dev/apps/channels/getting-started#request-payment-processing).