You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to Create a Direct Card PayIN (transfering money to the e-Wallet using a Direct Card), the transaction status is PENDING. When Clicking on the link provided by SecureModeRedirect and authorize the authentification request, transaction status changes to FAILED and I receive the PSP technical error: 009199 on my dashboard.
Do you know what went wrong ? Can you help me ?
See code here :
// Don't forget to click on the link provided by SecureModeRedirectURL parameter in the response
{
"AuthorId": "198405349",
"CreditedUserId": "198405349",
"CreditedWalletId": "198405435",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 10000
},
"Fees": {
"Currency": "EUR",
"Amount": 0
},
"SecureModeReturnURL": "https://docs.mangopay.com/please-ignore",
"CardId": "198410829",
"StatementDescriptor": "Mangopay",
"Billing": {
"FirstName": "{{$randomFirstName}}",
"LastName": "{{$randomLastName}}",
"Address": {
"AddressLine1": "{{$randomStreetAddress}}",
"AddressLine2": "{{$randomStreetName}}",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"Shipping": {
"FirstName": "{{$randomFirstName}}",
"LastName": "{{$randomLastName}}",
"Address": {
"AddressLine1": "{{$randomStreetAddress}}",
"AddressLine2": "{{$randomStreetName}}",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"Tag": "Created using Mangopay API Postman Collection",
"Culture": "EN",
"IpAddress": "{{$randomIPV6}}",
"BrowserInfo": {
"AcceptHeader": "text/html, application/xhtml+xml, application/xml;q=0.9, /;q=0.8",
"JavaEnabled": true,
"Language": "FR-FR",
"ColorDepth": 4,
"ScreenHeight": 1800,
"ScreenWidth": 400,
"TimeZoneOffset": 60,
"UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
"JavascriptEnabled": true
}
}
Hi,
As part of my interview process with Mango, I'm asked to replicated API calls for the Marketplace worklow in a Sandbox environment using Mango API collection on Postman https://www.postman.com/mgp-productstars/collection/15344095-47c29023-1d0b-4f09-ae65-9054db181208
When trying to Create a Direct Card PayIN (transfering money to the e-Wallet using a Direct Card), the transaction status is PENDING. When Clicking on the link provided by SecureModeRedirect and authorize the authentification request, transaction status changes to FAILED and I receive the PSP technical error: 009199 on my dashboard.
Do you know what went wrong ? Can you help me ?
See code here :
// Don't forget to click on the link provided by SecureModeRedirectURL parameter in the response
{
"AuthorId": "198405349",
"CreditedUserId": "198405349",
"CreditedWalletId": "198405435",
"DebitedFunds": {
"Currency": "EUR",
"Amount": 10000
},
"Fees": {
"Currency": "EUR",
"Amount": 0
},
"SecureModeReturnURL": "https://docs.mangopay.com/please-ignore",
"CardId": "198410829",
"StatementDescriptor": "Mangopay",
"Billing": {
"FirstName": "{{$randomFirstName}}",
"LastName": "{{$randomLastName}}",
"Address": {
"AddressLine1": "{{$randomStreetAddress}}",
"AddressLine2": "{{$randomStreetName}}",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"Shipping": {
"FirstName": "{{$randomFirstName}}",
"LastName": "{{$randomLastName}}",
"Address": {
"AddressLine1": "{{$randomStreetAddress}}",
"AddressLine2": "{{$randomStreetName}}",
"City": "Paris",
"Region": "Ile-de-France",
"PostalCode": "75001",
"Country": "FR"
}
},
"Tag": "Created using Mangopay API Postman Collection",
"Culture": "EN",
"IpAddress": "{{$randomIPV6}}",
"BrowserInfo": {
"AcceptHeader": "text/html, application/xhtml+xml, application/xml;q=0.9, /;q=0.8",
"JavaEnabled": true,
"Language": "FR-FR",
"ColorDepth": 4,
"ScreenHeight": 1800,
"ScreenWidth": 400,
"TimeZoneOffset": 60,
"UserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",
"JavascriptEnabled": true
}
}
Answer here :
}
The text was updated successfully, but these errors were encountered: