POST
/
v2.01
/
{ClientId}
/
repudiations
/
{RepudiationId}
/
settlementtransfer
{
    "AuthorId":"146476890",
    "DebitedFunds":{
        "Currency":"EUR",
        "Amount":12
    },
    "Fees":{
        "Currency":"EUR",
        "Amount":12
    }
}  
{
    "Id": "159220385",
    "Tag": null,
    "CreationDate": 1672677972,
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 999
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "AuthorId": "146476890",
    "CreditedUserId": null,
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 999
    },
    "Status": "SUCCEEDED",
    "ExecutionDate": 1672677972,
    "Type": "TRANSFER",
    "Nature": "SETTLEMENT",
    "CreditedWalletId": "CREDIT_EUR",
    "DebitedWalletId": "148968396",
    "RepudiationId": "159196330"
}  

Path parameters

RepudiationId
string
required
The unique identifier of the repudiation.

Body parameters

AuthorId
string
required
The unique identifier of the user at the source of the transaction.
DebitedFunds
object
required
Information about the debited funds. Please note that:
  • The Currency must be identical to that of the initial transaction.
  • The Amount cannot exceed the initial’s transaction minus the fees.
Fees
object
required
Information about the fees. Please note that:
  • The Currency must be identical to that of the initial transaction.
  • The Amount cannot exceed the initial’s transaction.

Responses

{
    "Id": "159220385",
    "Tag": null,
    "CreationDate": 1672677972,
    "ResultCode": "000000",
    "ResultMessage": "Success",
    "DebitedFunds": {
        "Currency": "EUR",
        "Amount": 999
    },
    "Fees": {
        "Currency": "EUR",
        "Amount": 0
    },
    "AuthorId": "146476890",
    "CreditedUserId": null,
    "CreditedFunds": {
        "Currency": "EUR",
        "Amount": 999
    },
    "Status": "SUCCEEDED",
    "ExecutionDate": 1672677972,
    "Type": "TRANSFER",
    "Nature": "SETTLEMENT",
    "CreditedWalletId": "CREDIT_EUR",
    "DebitedWalletId": "148968396",
    "RepudiationId": "159196330"
}  
{
    "AuthorId":"146476890",
    "DebitedFunds":{
        "Currency":"EUR",
        "Amount":12
    },
    "Fees":{
        "Currency":"EUR",
        "Amount":12
    }
}