curl --request GET \
--url https://api.unibee.dev/merchant/payment/method_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"methodList": [
{
"data": {},
"id": "<string>",
"isDefault": true,
"type": "<string>"
}
]
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}The method list of payment gateway
curl --request GET \
--url https://api.unibee.dev/merchant/payment/method_list \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"methodList": [
{
"data": {},
"id": "<string>",
"isDefault": true,
"type": "<string>"
}
]
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique id of gateway
The id of user
The unique id of payment