LOST
dispute.
The object expires 1 month after creation if no funds are received.
WireReference
and wire the funds to the bank account identified by the IBAN
and BIC
.CREDIT_CCY
where CCY
is the currency of the Client Wallet to be credited (e.g., CREDIT_EUR
).200 - Status is CREATED
AuthorId
is automatically set to the platform’s ClientId
.CreditedUserId
is automatically set to the platform’s ClientId
.CreditedFunds
= DebitedFunds
- Fees
).Fees
displays placeholder values (currency XXX
and amount 0
) until the Status
changes to SUCCEEDED
.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.CREDIT_CCY
where CCY
is the currency of the Client Wallet to be credited (e.g., CREDIT_EUR
).null
since there is no debited wallet.CARD
, DIRECT_DEBIT
, PREAUTHORIZED
, BANK_WIRE
The type of pay-in.WEB
, DIRECT
, EXTERNAL_INSTRUCTION
The type of execution for the pay-in.WireReference
is used to reconcile the funds that arrive on the bank account with the DeclaredDebitedFunds
in the Direct Bank Wire PayIn object.Caution: This reference is specific to each payment and must be retrieved dynamically.