Generic provider proxy call
Generic
Generic provider proxy call
Proxy a request to a specific payment provider’s API. The endpoint and request body must be whitelisted in the merchant’s configuration.
POST
Generic provider proxy call
Authorizations
Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer
Path Parameters
Provider name
Body
application/json
Provider-specific request body (varies by provider and endpoint)
Response
Provider response (pass-through)
Provider-specific response, passed through verbatim from
the upstream provider's API. Shape varies by provider
and by the specific endpoint being proxied — consult the
provider's own API documentation for the concrete shape.