Internal developer resources for integrating with our mobile money payment processing infrastructure. Access endpoints, view request/response examples, and test your implementation.
// Basic payment request schema
PaymentRequest{
phone string
default: +2290100000000
amount integer
default: 100
external_id string
payer_message* string
target_environment* string
callback_url* string
}