Skip to main content
Log inSign up
Anchor to CustomerPaymentMethodRemoteCreatePayload

CustomerPaymentMethodRemoteCreatePayload

payload

Return type for customerPaymentMethodRemoteCreate mutation.

Anchor to customerPaymentMethodcustomerPaymentMethod
•

The customer payment method. Note that the returned payment method may initially be in an incomplete state. Developers should poll this payment method using the customerPaymentMethod query until all required payment details have been processed.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•
mutation

Create a payment method from remote gateway identifiers. NOTE: This operation processes payment methods asynchronously. The returned payment method will initially have incomplete details. Developers must poll this payment method using customerPaymentMethod query until all payment method details are available, or the payment method is revoked (usually within seconds).


Was this section helpful?