Hi, I am using the Pay-In method in my application but when I want to create a new card and to pay with it, the payment is done but the card isn't registrated for the user. Then if I search with the console to find the user_id for the card of the transaction made before, I find the good one. When I do : MangoPay::User.cards(user_id), it doesn't give me the last card used for that transaction... Do you have any idea?
Hi, I am using the Pay-In method in my application but when I want to create a new card and to pay with it, the payment is done but the card isn't registrated for the user. Then if I search with the console to find the user_id for the card of the transaction made before, I find the good one. When I do : MangoPay::User.cards(user_id), it doesn't give me the last card used for that transaction... Do you have any idea?