/b2b/oor/sell-methods
Get methods for off-ramp transaction
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/b2b/oor/sell-methods
curl https://sandbox-api.mrcr.io/v1.6/b2b/oor/sell-methods \
--header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN'
{
"status": 200,
"data": [
{
"payment_alias": "card",
"title": "Card",
"currencies": [
"EUR",
"USD"
]
}
]
}