Lists available payment methods for a given collection account.
Successful operation. Returns a JSON object with the array of available payment methods.
required | Array of objects non-empty Array with available payment methods. |
Array (non-empty) |
Bad request
Unauthorized - Invalid or missing credentials
Forbidden
Not found - Resource not available
Internal server error
{- "paymentMethods": [
- {
- "id": "simplified_transfer",
- "name": "simplified_transfer",
}
]
}