// GET has no body parameters
[
{
"Id": "refund_m_01JJ22PR01NMY4M8HXB3AW6KG7",
"Tag": null,
"CreationDate": 1737367609,
"AuthorId": "user_m_01JJ22Q2A0NXNK26B67BD1MP4R",
"CreditedUserId": "your-mangopay-client-id",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"CreditedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"Fees": {
"Currency": "EUR",
"Amount": 0
},
"Status": "SUCCEEDED",
"ResultCode": "000000",
"ResultMessage": "Success",
"ExecutionDate": 1737367609,
"Type": "PAYIN",
"Nature": "REFUND",
"InitialTransactionId": "repud_m_01JJ22HPJ8Y0E4YW7D9XR96WZY",
"InitialTransactionType": "PAYOUT",
"InitialTransactionNature": "REPUDIATION",
"DebitedWalletId": null,
"CreditedWalletId": "CREDIT_EUR"
}
]
// GET has no body parameters
[
{
"Id": "refund_m_01JJ22PR01NMY4M8HXB3AW6KG7",
"Tag": null,
"CreationDate": 1737367609,
"AuthorId": "user_m_01JJ22Q2A0NXNK26B67BD1MP4R",
"CreditedUserId": "your-mangopay-client-id",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"CreditedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"Fees": {
"Currency": "EUR",
"Amount": 0
},
"Status": "SUCCEEDED",
"ResultCode": "000000",
"ResultMessage": "Success",
"ExecutionDate": 1737367609,
"Type": "PAYIN",
"Nature": "REFUND",
"InitialTransactionId": "repud_m_01JJ22HPJ8Y0E4YW7D9XR96WZY",
"InitialTransactionType": "PAYOUT",
"InitialTransactionNature": "REPUDIATION",
"DebitedWalletId": null,
"CreditedWalletId": "CREDIT_EUR"
}
]
CREATED, SUCCEEDED, FAILEDThe status of the transaction. You can filter on multiple values by separating them with a comma.200
Show properties
Show properties
CreditedFunds value when entered manually. This also applies to the sum of debited funds when making multiple partial refunds.Show properties
1260 whereas JPY 12 would be represented as just 12).Show properties
1260 whereas JPY 12 would be represented as just 12).CREATED, SUCCEEDED, FAILEDThe status of the transaction.SUCCEEDED, indicating that the transaction occurred. The statuses CREATED and FAILED return an ExecutionDate of null.PAYIN, TRANSFER, CONVERSION, PAYOUTThe type of the transaction.REGULAR, REPUDIATION, REFUND, SETTLEMENTThe nature of the transaction, providing more information about the context in which the transaction occurred:REGULAR – Relative to most of the transactions (pay-ins, payouts, and transfers) in a usual workflow.REPUDIATION – Automatic withdrawal of funds from the platform’s repudiation wallet as part of the dispute process (when the user has requested a chargeback).REFUND – Reimbursement of a transaction to the user (pay-in refund), to a wallet (transfer refund), or of a payout (payout refund, only initiated by Mangopay).SETTLEMENT – Transfer made to the repudiation wallet by the platform to settle a lost dispute.[
{
"Id": "refund_m_01JJ22PR01NMY4M8HXB3AW6KG7",
"Tag": null,
"CreationDate": 1737367609,
"AuthorId": "user_m_01JJ22Q2A0NXNK26B67BD1MP4R",
"CreditedUserId": "your-mangopay-client-id",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"CreditedFunds": {
"Currency": "EUR",
"Amount": 13000
},
"Fees": {
"Currency": "EUR",
"Amount": 0
},
"Status": "SUCCEEDED",
"ResultCode": "000000",
"ResultMessage": "Success",
"ExecutionDate": 1737367609,
"Type": "PAYIN",
"Nature": "REFUND",
"InitialTransactionId": "repud_m_01JJ22HPJ8Y0E4YW7D9XR96WZY",
"InitialTransactionType": "PAYOUT",
"InitialTransactionNature": "REPUDIATION",
"DebitedWalletId": null,
"CreditedWalletId": "CREDIT_EUR"
}
]
// GET has no body parameters
Was this page helpful?