Skip to content

Get Distributor Payment Methods ​

GET
/v1/internal/creditmanagement/distributors/payment-methods

Retrieve the allowed payment methods for a distributor. Restricted to ADMIN and PRODUCT_MANAGEMENT roles.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Query Parameters

distributor_id*

Identifier of the distributor.

Type
string
Required
Min Length
1

Responses​

OK

application/json
JSON
{
  
"distributor_id": "string",
  
"payment_methods": [
  
  
"string"
  
]
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​