⚙️Payment form integration
Request address to receive a token
curl -X POST -H "Content-Type: application/json" \
-d '
{
"site_id": 1,
"site_login": "551d0ad9072b30f3b71b989e",
"merchant_id": "merch_id",
"request_id":"jnvdjd094vnd",
"amount":900000,
"method":"card",
"customer_type":"trust",
"signature": "mnasdkansda09sdjaslkdnalkd",
"currency": "KZT"
}'
https://cactusgino.com/api/jsapi/obtain_token/Failed response
{
"success": false,
"message": "Invalid ContentType or json format",
"signature": "jnfndssfdjkfndsnf09jf"
}Successful response
Opening a form
Parameter
Required
Format
Description
Example
additional_fields:
additional_fields:Request address for opening iframe
Last updated