Testing — On-Ramps
✅ Successful Transactions
Successful Virtual Account Onramp
- Email:
[email protected] - Method:
bank
{
"method": "bank",
"chargeDetails": {
"email": "[email protected]"
}
}Successful Mobile Money Onramp
- Phone Number:
254712345678 - momoOperatorId:
mpesa
{
"method": "momo",
"chargeDetails": {
"phoneNumber": "254712345678",
"momoOperatorId": "mpesa"
}
}❌ Failed Transactions
Failed Bank Account
- Email:
[email protected]
{
"method": "bank",
"chargeDetails": {
"email": "[email protected]"
}
}Failed Mobile Money
- Phone Number:
254787654321
{
"method": "momo",
"chargeDetails": {
"phoneNumber": "254787654321",
"momoOperatorId": "mpesa"
}
}Updated about 2 months ago
