Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem adding credit card #596

Open
demoniaque06 opened this issue May 22, 2023 · 1 comment
Open

Problem adding credit card #596

demoniaque06 opened this issue May 22, 2023 · 1 comment

Comments

@demoniaque06
Copy link

Hello,

For several weeks I have been stuck on a request that does not work.

Let me explain in more detail:

  1. Creation of the MangoPay customer account (OK)

  2. Creation and allocation of your wallet (OK)

  3. Creation of a credit card (No error, I have a "success" message and no card is visible)

I explain the credit card problem in more detail:

  1. I send a request to the Mangopay server "ClientId/cardregistrations"
    I got a success : "........"Currency":"EUR","Status":"CREATED"}"

  2. I use the link (approval) to send the credit card information to get the card token (I get success because the server sends the token back to me)

  3. I send the token to Mangopay so that it validates ("....$client_id/cardregistrations/$CardId/") the addition of the bank card (I get a JSON response from the mangopay server "Success")

Logically I should have the credit card that was added to the customer's account in question, so I'll look on the dashboard (sandbox) to check that everything went well and I don't see any credit card added anywhere.

So I decide to do a server-side check without going through the dashboard and when I search for a map via the token and a request "....ClientId/cardregistrations/CardRegistrationId/" and I get that no resources are found.

So I asked the MangoPay technical service by phone to find help and asked me to post my concern here.

Looking forward to your return.

Thanks in advance.

@fredericdelordm
Copy link
Contributor

Hello @demoniaque06,

Do you still have this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants