Get Payment methods
GET
/payment-methods
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/payment-methods?page=1&limit=100' \
--header 'X-Identifier: 01ca8a76-8d28-4da4-a077-40816f5e31c0' \
--header 'Authorization: Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Query Params
page
integer
optional
Example:
1
limit
integer
optional
Example:
100
Header Params
X-Identifier
string
required
Example:
01ca8a76-8d28-4da4-a077-40816f5e31c0
Authorization
string
required
Example:
Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk
Content-Type
string
required
Example:
application/json