Merchants

Get Payment Provider

Get the configured payment provider for the merchant. Returns null when not configured or not ready.

GET
/merchants/payment-provider

Authorization

bearerAuth
AuthorizationBearer <token>

Use your secret API key as the bearer token

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.getlumen.dev/v1/merchants/payment-provider"
{
  "provider": "stripe"
}
{
  "error": "string",
  "details": "string"
}
{
  "error": "string",
  "details": "string"
}