Logo PopinaPopina API

Payment Callback After Authorization

Handle payment service callback after user authorization

GET/v1/providers/edenred/payment/callback
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Query Parameters

codestring

Code used to get the access token

scopestring

Authentication scope

statestring

Stores extra data sent during authorization in a JSON string, which is retrieved in the callback. This includes location ID, transaction ID, and amount of the transaction

session_statestring

An encrypted version of state, ensuring integrity and preventing tampering

issstring

The issuer of the authorization code

Formaturi

Response Body

curl -X GET "http://localhost:4006/v1/providers/edenred/payment/callback?code=string&scope=string&state=string&session_state=string&iss=http%3A%2F%2Fexample.com"
Empty