Mangopay API Postman collection
ClientId
and an API key – if you don’t have these, contact Sales to get access to the Mangopay DashboardRun with Postman
ENV_URL
– Should be https://api.sandbox.mangopay.comAPI_KEY
– Your Sandbox API key, available in the Mangopay Dashboard.CLIENT_ID
– Your Client ID, available in the Mangopay Dashboard.CURRENCY
– Enter the default currency for your tests. Keep in mind that some payment methods don’t support all currencies, so you might need to update them manually at times.CULTURE
– Enter the default culture value. The Culture
parameter is mostly used in web payment methods, but keep in mind that payment methods don’t necessarily support the same values. We recommend you use EN
for a better experience.USER_NATURAL_PAYER
variable with the returned Id
; Create a Wallet populates a WALLET_ID
, and so on. Likewise, during the card registration process, the tests populate the tokenization data automatically, meaning you should be able to submit the calls one after another without having to copy and paste values manually.ENV_URL
variable followed by /v2.01/oauth/token
to call the OAuth token endpoint.CLIENT_ID
variable.API_KEY
variable.