Skip to main content
POST
/
api
/
v1
/
providers
/
{provider}
/
proxy
Generic provider proxy call
curl --request POST \
  --url https://payments.oaknetwork.org/api/v1/providers/{provider}/proxy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer

Path Parameters

provider
string
required

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.