H2H Integration
Creating an invoice for payment
Request address
curl -X POST -H "Content-Type: application/json" -d '
{
"merchant_id": "merch_id",
"site_login": "user_login",
"site_id": 21,
"request_id": "request_id123",
"amount": 900000,
"signature": "signature_value",
"currency": "KZT",
"method": "card",
"customer_type":"trust",
"additional_fields": {
"bank_name": "Morgan"
}
}' https://cactusgino.com/api/create_invoice/Failed response
{
"success": false,
"message": "Invalid ContentType or json format",
"signature": "kfnf3-njdfsd-fdsfkdsf"
}Successful response
Parameters
Parameter
Required
Format
Description
additional_fields:
additional_fields:Response parameters
Field
Description
cis_transfer
ELQR
card
sbp
phone_topup
WalletM10
wise
Emanat
localbanks
havale
binance
cash
MTS
sbp_qr
Last updated