EDPS - France
Number of APIs: 9
-
Authentication - Introspection POST {{authentication-url}}/connect/introspect
-
Authentication - well known POST {{authentication-url}}/.well-known/openid-configuration
-
Get balance GET {{payment-url}}/users/{{username}}
-
Estimate charge POST {{payment-url}}/users/{{username}}/actions/estimate-charge
-
Authorize a transaction POST {{payment-url}}/transactions/
-
Cancel an authorized transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/cancel
-
Capture an authorized transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/capture
-
Refund a captured transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/refund
-
Authentication - Get access_token from refresh_token POST {{authentication-url}}/connect/token