EDPS - France

Number of APIs: 9

  1. Authentication - Introspection POST {{authentication-url}}/connect/introspect

  2. Authentication - well known POST {{authentication-url}}/.well-known/openid-configuration

  3. Get balance GET {{payment-url}}/users/{{username}}

  4. Estimate charge POST {{payment-url}}/users/{{username}}/actions/estimate-charge

  5. Authorize a transaction POST {{payment-url}}/transactions/

  6. Cancel an authorized transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/cancel

  7. Capture an authorized transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/capture

  8. Refund a captured transaction POST {{payment-url}}/transactions/{{authorization_id}}/actions/refund

  9. Authentication - Get access_token from refresh_token POST {{authentication-url}}/connect/token