REFUND
as its Nature
and is linked to the transaction being reimbursed by its InitialTransactionId
property.
Two types of refund are initiated by the platform (see the Refunds guide for details):
CreationDate
. This applies to refunds and the initial transaction linked to a refund.A call to retrieve the initial transaction of a refund, based on the refund’s InitialTransactionId
, may return a 404 Not Found if it occurred more than 13 months ago.For more information, see the Data availability periods article.CreditedFunds
value when entered manually. This also applies to the sum of debited funds when making multiple partial refunds.CreditedFunds
= DebitedFunds
- Fees
).CREATED
, SUCCEEDED
, FAILED
The status of the transaction.SUCCEEDED
, indicating that the transaction occurred. The statuses CREATED
and FAILED
return an ExecutionDate
of null
.PAYIN
, TRANSFER
, CONVERSION
, PAYOUT
The type of the transaction.REGULAR
, REPUDIATION
, REFUND
, SETTLEMENT
The 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.PAYIN
, TRANSFER
, PAYOUT
The type of the initial transaction being refunded.REGULAR
, REPUDIATION
, REFUND
, SETTLEMENT
The nature of the initial transaction being refunded, 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 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 the credit from a repudiation following a lost dispute.