Additional endpoints
Get balance
Request address
https://cactusgino.com/api/balance/
Request parameters
merchant_id
Yes
string
merchant_id
afsfasf3434
site_id
Yes
integer
Site ID
123
currency
No
string
Currency
USD
signature
Yes
string
afsfasf3434
Response parameters
site_id
integer
Site ID
123
balance
array
id
integer
Balance ID
1
name
string
Balance name
Balance_USD
amount
integer
Balance amount
1000.0
available
integer
Available balance
900.0
Get project balance
Request address
https://cactusgino.com/api/balance_project/
Request parameters
project_id
Yes
string
Project ID
2
merchant_id
Yes
string
merchant_id
afsfasf3434
site_id
Yes
integer
Site ID
123
currency
No
string
User login on the merchant's website
USD
signature
Yes
string
si
Response parameters
project_id
string
Project ID
2
project_balance
array
currency
string
Currency of summary in project
USD
amount
integer
Balance summary amount in project
1000.0
available
integer
Available summary balance in project
900.0
Canceling SBP and P2P invoices
Request address
https://cactusgino.com/api/close_invoice/
Request parameters
site_login
Yes
string
site_login of the user, previously sent to create an invoice
afsfasf3434
merchant_id
Yes
string
merchant_id
afsfasf3434
signature
Yes
string
afsfasf3434
site_id
Yes
integer
Site ID
123
site_login
Yes
string
User login on the merchant's website
test_login
request_id
Yes
string
Payment ID from the merchant
kjksjf-fsdff-s
Response parameters
site_id
Yes
integer
Site ID
123
site_login
Yes
string
User login on the merchant's website
test_login
status
Yes
int
Operation status
4
success
Yes
bool
Request success
False
invoice_id
Yes
int
Unique id in the cactus system
905910
request_id
Yes
string
Payment ID from the merchant
kjksjf-fsdff-s
amount
Yes
int
Transaction amount in order currency in minor units, for example for US dollars - in cents
10000
received_amount
int
Numeric
Final payment amount (if payment is unsuccessful, returns 0) minor units
10000
currency
Yes
string
Currency
KZT
received_currency
Yes
string
Currency in which the payment will be made
KZT
signature
Yes
string
message
Yes
string
Error message if any
No card available
Checking the invoice status
Request address
https://cactusgino.com/api/check_status/
Request parameters
merchant_id
Yes
string
Merchant ID, to be determined in the system
superkey
site_login
Yes
varchar(256)
Login of the user making the payment
jnsdf093jfsdklfndf09
site_id
Yes
integer
Your site_id
21
request_id
Yes
string
Order ID in the seller's system
uib64bc9494n9v
signature
Yes
string
f
Response parameters
site_id
Yes
integer
Site ID
123
site_login
Yes
string
User login on the merchant's website
test_login
status
Yes
Enum
Operation status
4
invoice_id
Yes
int
Unique id in the cactus system
905910
request_id
Yes
string
Payment ID from the merchant
kjksjf-fsdff-s
amount
Yes
int
Transaction amount in order currency in minor units, for example for US dollars - in cents
10000
received_amount
int
Numeric
Final payment amount (if payment is unsuccessful, returns 0) minor units
10000
success
Yes
bool
Request success
True
currency
Yes
string
Currency
KZT
received_currency
Yes
string
Currency in which the payment will be made
KZT
signature
Yes
string
message
Yes
string
Error message if any
No card available
Last updated