Retrieve payment method options for payment acceptors

Requires the PAYMENT_ACCEPTOR.VIEW permission.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

versionstringRequiredDefaults to 1
version

Headers

x-platform-idstringOptional
Platform ID.

Request

This endpoint expects an object.
customer_idstring or nullOptional
Resource ID of type CUSTOMER
pricing_plan_subscription_idstring or nullOptional

Resource ID of type PRICING_PLAN_SUBSCRIPTION

invoice_idstring or nullOptional
Resource ID of type INVOICE
amountobjectOptional
countryenum or nullOptional

Response

OK
optionslist of objects
payment_acceptorobject
integrationobject or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error