api
sellers
payments
methods
Get Sellers Payment Methods
get/api/public/sellers/{id}/payment-methods
Path parameters
Query parameters
channel'online' | 'subscription'
Channel of the payment
Response
OK
Example response
[
{
"gateways": [
{
"type": "stripe"
}
]
}
]Changes
Changed in 2 of the 14 revisions of this API.2
- ●
added the new
paymobenum value to theitems/gateways/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
momentusPaymentsenum value to theitems/gateways/items/typeresponse property for the response status200response-property-enum-value-added
- ●