mutation

attachCardToCustomer

Link payment card to a user account for seamless transactions. Upon successful linking, the card becomes associated with the user's profile, enabling secure and convenient payments.
Arguments
attachCardRequestInput
AttachCardRequestInput
A card request to be attached to the customer.
Response
data
JSON!
Required
List of cards of customer.
message
String
Human readable message.
success
Boolean!
Required
Response is successful or not.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...