List billing entities
Use a valid access token and send a GET request to/v1/commerce/billing/billing-entities
.
On successful request processing, PayPal returns an array of billing entities.
Note: For the exhaustive list of response parameters, see API reference.
Update billing entity details
Use a valid access token and send a PUT request to/v1/commerce/billing/billing-entities/{code}
with the modified request parameters such as name, currency, address, legal information, contact details, and tax codes.
Note: You can also assign existing tax codes to billing entities. Include the tax_codes
parameter that reference the created taxes.
Path parameter: code
is the billing entity’s unique code identifier returned when you create the billing entity.
On successful request processing, PayPal returns the updated billing entity information.
Note: For the exhaustive list of request and response parameter descriptions, see API reference.