Estimate

Verification of the estimate

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

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

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

Response


{
    "status": "success",
    "operator_name": "Digicel Haiti",
    "operatorId": 173,
    "currency_code": "HTG",
    "logo": "https://s3.amazonaws.com/rld-operator/88e8d6bd-fef8-4915-a582-87f14cfd424c-size-1.png",
    "amount": "1.00",
    "fees": "0.01",
    "received_amount": "133.00 HTG"
}

Last updated