billing.getPaymentMethods
get/v1/billing/payment-methods
billing.getPaymentMethods
Responses
200No description
- Schema
Schema Structure
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"type": "string"
}
},
"required": [
"success",
"data"
]
}