POST
/
v2.01
/
{ClientId}
/
payins
/
preauthorized
/
direct
{
    "CreditedWalletId": "204089031",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 2000
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 200
    },
    "PreauthorizationId": "preauth_m_01HYG88W1QWJNNBGJJG0KQGX42"
}  
{
    "Id": "payin_m_01HYG8DRT5FHT1FV44MV9KR1BS",
    "Tag": null,
    "CreationDate": 1716385145,
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "AuthorId": "user_m_01HSDQD2RPPQ8NMM36EDGYBMEY",
    "CreditedUserId": "204068024",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 2000
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 1800
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 200
    },
    "Status": "SUCCEEDED",
    "ExecutionDate": 1716385146,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "204089031",
    "DebitedWalletId": null,
    "PaymentType": "PREAUTHORIZED",
    "ExecutionType": "DIRECT",
    "PreauthorizationId": "preauth_m_01HYG88W1QWJNNBGJJG0KQGX42"
}

Body parameters

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.
AuthorId
string
The unique identifier of the user at the source of the transaction.
CreditedUserId
string
Default value: The unique identifier of the owner of the credited wallet.The unique identifier of the user whose wallet is credited.
DebitedFunds
object
required
Information about the debited funds.
Fees
object
required
Information about the fees taken by the platform for this transaction (and hence transferred to the Fees Wallet).
CreditedWalletId
string
required
The unique identifier of the credited wallet.
PreauthorizationId
string
required
The unique identifier of the preauthorization.

Responses

{
    "Id": "payin_m_01HYG8DRT5FHT1FV44MV9KR1BS",
    "Tag": null,
    "CreationDate": 1716385145,
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "AuthorId": "user_m_01HSDQD2RPPQ8NMM36EDGYBMEY",
    "CreditedUserId": "204068024",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 2000
    },
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 1800
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 200
    },
    "Status": "SUCCEEDED",
    "ExecutionDate": 1716385146,
    "Type": "PAYIN",
    "Nature": "REGULAR",
    "CreditedWalletId": "204089031",
    "DebitedWalletId": null,
    "PaymentType": "PREAUTHORIZED",
    "ExecutionType": "DIRECT",
    "PreauthorizationId": "preauth_m_01HYG88W1QWJNNBGJJG0KQGX42"
}
{
    "CreditedWalletId": "204089031",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 2000
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 200
    },
    "PreauthorizationId": "preauth_m_01HYG88W1QWJNNBGJJG0KQGX42"
}