Page cover

iFrame

Request address and request parameters for opening cashier in iframe version

Request address

https://cash.{domain}/api/open/
curl -G -d 'key=55ce2fd90c8fd81ae0d2dd3bea822dcaeb019704' https://a.papaya.ninja/api/open/

For cashier operation it is required to add A entry on a sub-domain:

cash. A 88.208.34.181,88.208.34.182

Key obtaining request parameters

Parameter
Mandatory
Format
Description
Example

key

Yes

fixed length string (40)

Key opens a cashier for site_login with customer_ip.

ffec614de0db47f697c7ab1142b4478a54e43fce

Change theme

To change the theme of the cashier for the iframe version, the correct theme parameter must be added to the URL

URL + &theme=theme_1

The theme must be one out of the available:

theme_1
theme_2
theme_3
theme_4
theme_5
theme_6

Here is the complete URL with the theme added

https://cash.{domain}/api/open/&theme=theme_1

Last updated