Elements and Intents
When attempting to use V3 Elements and V3 Intents payment posts successfully but than fails with the attachment
Request:
POST /v1/payment_methods/tok_1GezloGb1nS7u12v8onl6dvqt/attach
Request Body
{
"customer": "cus_HQQdaU5eAZWzcK"
}
Resposne
{
"error": {
"message": "A token may not be passed in as a PaymentMethod. Instead, create a PaymentMethod or convert your token to a PaymentMethod by setting the `card[token]` parameter to tok_1GezloGb1nS7u12v8onl6dvqt.",
"param": "payment_method",
"type": "invalid_request_error"
}
}
Hey @cyberious, can you please explain better what are you trying to do? is the attach API call part of what is provided by this plugin?
@cyberious do you have any update on this issue?
FYI I was able to confirm this problem too.
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.