This error may occur when Mangopay does not receive the funds within a month after the initial bank wire pay-in request.
If the funds were sent, please contact the Mangopay Support team.
If the funds weren’t sent, the end user can initiate a new bank wire payment (i.e., using a new pay-in object).
The example below shows the response from the View a PayIn endpoint for a FAILED Direct Bank Wire PayIn which has expired.
{
"Id": "157582562",
"Tag": null,
"CreationDate": 1670250544,
"ResultCode": "101109",
"ResultMessage": "The payment period has expired",
"AuthorId": "156671912",
"CreditedUserId": "156671912",
"DebitedFunds": {
"Currency": "XXX",
"Amount": 0
},
"CreditedFunds": {
"Currency": "XXX",
"Amount": 0
},
"Fees": {
"Currency": "XXX",
"Amount": 0
},
"Status": "FAILED",
"ExecutionDate": null,
"Type": "PAYIN",
"Nature": "REGULAR",
"CreditedWalletId": "156683554",
"DebitedWalletId": null,
"PaymentType": "BANK_WIRE",
"ExecutionType": "DIRECT",
"DeclaredDebitedFunds": {
"Currency": "EUR",
"Amount": 2000
},
"DeclaredFees": {
"Currency": "EUR",
"Amount": 0
},
"WireReference": "MG690u3z5p",
"BankAccount": {
"OwnerAddress": {
"AddressLine1": "2 Avenue Amélie",
"AddressLine2": null,
"City": "Luxembourg",
"Region": null,
"PostalCode": "L-1125",
"Country": "LU"
},
"Type": "IBAN",
"OwnerName": "MANGOPAY SA",
"IBAN": "FR7630056009271234567890182",
"BIC": "CCFRFRPPXXX"
}
}