You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently implementing the API of Mangopay with the nodejs-sdk.
I am facing an issue where after a successful Deposit Pre-Authorization, I haven't found a way to get the created deposit through a CardId or a UserId.
The Idea is that after the deposit creation, I want to create a Deposit Pre-Authorization Pay-in but for that I need the DepositId.
Should I store it for example on the Card.Tag after the deposit creation? Or is there a method in the SDK to get deposits associated to a Card/User.
Thank you in advance!
Yazid
The text was updated successfully, but these errors were encountered:
Hello,
Currently implementing the API of Mangopay with the nodejs-sdk.
I am facing an issue where after a successful Deposit Pre-Authorization, I haven't found a way to get the created deposit through a
CardId
or aUserId
.The Idea is that after the deposit creation, I want to create a Deposit Pre-Authorization Pay-in but for that I need the
DepositId
.Should I store it for example on the
Card.Tag
after the deposit creation? Or is there a method in the SDK to get deposits associated to a Card/User.Thank you in advance!
Yazid
The text was updated successfully, but these errors were encountered: