List Payment Methods
List supported payment method for a particular currency
https://api.localramp.co/v1/transaction/buy/payment-methods?currency=KES&country_code=KEx-auth-token: <PUBLIC_KEY>{
"status": "success",
"data": {
"payment_methods": [
{
"name": "Bank Transfer",
"id": "instant_p2p",
"active": true
}
]
}
}Last updated