POST
/
v2.01
/
{ClientId}
/
payins
/
deposit-preauthorized
/
direct
/
full-capture
{
    "AuthorId": "203063430",
    "CreditedWalletId": "203063456",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 20000
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 1000
    },
    "DepositId": "09d21294-f9ac-4797-b2b9-8cc7b4f05f1d",
    "Tag": "Created using Mangopay API Postman Collection"
}  
{
   "AuthorId": "156671912",
   "CreditedUserId": "156671912",
   "CreditedWalletId": "154851912",
   "DepositId": "524a7e9c-cad9-4df7-9fe3-03b8948930fe",
   "Id": "1719d157-5a97-4af3-91b0-7d660b34b21c",
   "CreationDate": 1669137480,
   "ResultCode": "000000",
   "ResultMessage": "Success",
   "Status": "SUCCEEDED",
   "ExecutionDate": 1669137481,
   "Type": "PAYIN",
   "Nature": "REGULAR",
   "PaymentType": "PREAUTHORIZED",
   "ExecutionType": "DIRECT",
   "DebitedFunds": {
       "Currency": "EUR",
       "Amount": 500
   },
   "CreditedFunds": {
       "Currency": "EUR",
       "Amount": 500
   },
   "Fees": {
       "Currency": "EUR",
       "Amount": 0
   },
   "Tag": "custom meta"
}  

Body parameters

AuthorId
string
required
The unique identifier of the user at the source of the transaction.
CreditedWalletId
string
required
The unique identifier of the credited wallet.
DepositId
string
required
The unique identifier of the deposit preauthorization.
DebitedFunds
object
required
Information about the debited funds.
Fees
object
required
Information about the fees.
Tag
string
Max. length: 255 charactersCustom data that you can add to this object.
For transactions (pay-in, transfer, payout), you can use this parameter to identify corresponding information regarding the user, transaction, or payment methods on your platform.

Responses

{
   "AuthorId": "156671912",
   "CreditedUserId": "156671912",
   "CreditedWalletId": "154851912",
   "DepositId": "524a7e9c-cad9-4df7-9fe3-03b8948930fe",
   "Id": "1719d157-5a97-4af3-91b0-7d660b34b21c",
   "CreationDate": 1669137480,
   "ResultCode": "000000",
   "ResultMessage": "Success",
   "Status": "SUCCEEDED",
   "ExecutionDate": 1669137481,
   "Type": "PAYIN",
   "Nature": "REGULAR",
   "PaymentType": "PREAUTHORIZED",
   "ExecutionType": "DIRECT",
   "DebitedFunds": {
       "Currency": "EUR",
       "Amount": 500
   },
   "CreditedFunds": {
       "Currency": "EUR",
       "Amount": 500
   },
   "Fees": {
       "Currency": "EUR",
       "Amount": 0
   },
   "Tag": "custom meta"
}  
{
    "AuthorId": "203063430",
    "CreditedWalletId": "203063456",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 20000
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 1000
    },
    "DepositId": "09d21294-f9ac-4797-b2b9-8cc7b4f05f1d",
    "Tag": "Created using Mangopay API Postman Collection"
}