Can't add card #45
-
Beta Was this translation helpful? Give feedback.
Answered by
lucmantovani
Jan 17, 2022
Replies: 1 comment 6 replies
-
Hola, @rpopisw! Posiblemente el error ocurrió porque la api espera el payload en el siguiente formato: {
"token": "CARD_TOKEN",
"issuer": {
"id": "24"
},
"payment_method_id": "master"
} Pero también puedes intentar enviar solo el token. Por favor avísame si logras agregar la tarjeta! |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
lucmantovani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hola, @rpopisw!
Posiblemente el error ocurrió porque la api espera el payload en el siguiente formato:
Pero también puedes intentar enviar solo el token.
Por favor avísame si logras agregar la tarjeta!