Get Payment Options
Payment options will differ from the ones offered directly on Malum, direct local options are not available due to timed processing.
Last updated
{
"status":"success",
"message":"Payment options retrieved successfully.",
"data":{
"fiat_amount":20,
"fiat_currency":"EUR",
"base_in_usd":"23.69",
"payment_options":[
{
"name":"EasyPay",
"show_name":"EasyPay",
"alt":"Credit Card, Debit Card (NO KYC)",
"processor_fee_fixed":"0.9",
"processor_fee_percent":"9",
"processor_min_fee":"0.99"
},
{
"name":"EasyPayEUR",
"show_name":"EasyPay (EUR)",
"alt":"Credit Card, Debit Card (No KYC)",
"processor_fee_fixed":"0.9",
"processor_fee_percent":"9",
"processor_min_fee":"0.99"
},
....
]
},
"timestamp":1770079387
}