Logo
Adyen APIs API Documentation

Get a list of billing entities

GET {{baseUrl}}/merchants/:merchantId/billingEntities

Returns the billing entities of the merchant account identified in the path. A billing entity is a legal entity where we charge orders to. An order for terminal products must contain the ID of a billing entity. To make this request, your API credential must have one of the following roles: * Management API—Terminal ordering read * Management API—Terminal ordering read and write

 

Body PARAM

Key Datatype Required Description 
name
string The name of the billing entity.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://management-test.adyen.com/v3/merchants/:merchantId/billingEntities?name=name_example' -H 'Accept: application/json'

ENDPOINTS