Send

Send top up to more than 120 countries

POST https://api.krezypay.com/v1/sandbox/services/send_topup

Body

Parametters
Type
Description

userID

string

This is your account identifier indicating whether you are in production or in test

phone

string

Receiver's phone ex: +509379342....

amount

number

Amount for the recipient in USD

Response


{
    "status": "success",
    "message": "Topup sent successfully"
}

Last updated