PayGames 1.0 Help

APM payins

APM payin example for Malaysia, MYR (29004)

Request example

{ "amount": 100.50, "description": "Payment for services rendered", "currency": "MYR", "invoiceId": "INV123456", "accountId": "acc123456", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "Anytown", "state": "Anystate", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29004 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Singapore, SGD (23039)

Request example

{ "amount": 100.50, "description": "Payment for services rendered", "currency": "SGD", "invoiceId": "INV123456", "accountId": "acc123456", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "Anytown", "state": "Anystate", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 23039 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for India, INR, UPI QR (2080)

Request example

{ "amount": 103.21, "description": "Payin test 103.21", "currency": "INR", "invoiceId": "invoice-test", "accountId": "818666@exemple", "successUrl": "https://widget.paygames.net/3ds/success", "failureUrl": "https://widget.paygames.net/3ds/failure", "pendingUrl": "https://widget.paygames.net/3ds/failure", "cancelUrl": "https://widget.paygames.net/3ds/failure", "locale": "IN", "ip": "92.253.212.180", "data": { "personId": 22671, "phone": "+1111111111", "address": null, "city": null, "firstName": "John", "lastName": "Dou", "countryCode": "IN", "paymentTypeId": 2080 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address

string

Payer's address.

data.city

string

Payer's city.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Japan, JPY (29014)

Request example

{ "amount": 100.50, "description": "Payment for services rendered", "currency": "JPY", "invoiceId": "INV123456", "accountId": "acc123456", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "Anytown", "state": "Anystate", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29014 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for India, INR, UPI (2000)

Request example

{ "amount": 700.31, "description": "sale", "currency": "INR", "accountId": "test@test.com", "successUrl": "https://widget.paygames.net/3ds/success", "failureUrl": "https://widget.paygames.net/3ds/failure", "pendingUrl": "https://widget.paygames.net/3ds/failure", "cancelUrl": "https://widget.paygames.net/3ds/failure", "ip": "10.10.1.74", "data": { "personId": "1234567890", "phone": "380123456789", "address": "1234 Main St", "city": "Anytown", "firstName": "John", "lastName": "Doe", "countryCode": "US", "paymentTypeId": 2000 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Brazil, BRL, PIX (26000)

Request example

{ "amount": 1.50, "description": "sale", "currency": "BRL", "invoiceId": "fJxEYRzm01boZiurSLOY6ZLvfJxEYRzm01boZiurSLOY6ZLv", "accountId": "test@gmail.com", "successUrl": "https://widget.paygames.net/3ds/success", "failureUrl": "https://widget.paygames.net/3ds/failure", "pendingUrl": "https://widget.paygames.net/3ds/failure", "cancelUrl": "https://widget.paygames.net/3ds/failure", "locale": "UA", "ip": "92.253.212.180", "data": { "paymentTypeId": 26000 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=234.12&description=Payment&currency=EUR&invoiceId=0001&accountId=test@gmail.com&successUrl=https%3A%2F%2Fwww.example.com%2Fsuccess&failureUrl=https%3A%2F%2Fwww.example.com%2Ffailure&cancelUrl=https%3A%2F%2Fwww.example.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Thailand, THB, bank transfer (29001)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "THB", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29001 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=THB&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Thailand, THB, QR payment (29002)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "THB", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29002 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=THB&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Thailand, THB, E-wallet (29003)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "THB", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29003 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=THB&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Vietnam, VND, Bank transfer (29005)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "VND", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29005 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=VND&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Vietnam, VND, QR payment (29006)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "VND", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29006 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=VND&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Vietnam, VND, Momo Pay (29007)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "VND", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29007 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=VND&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Vietnam, VND, Zalo Pay (29008)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "VND", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29005 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=VND&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Indonesia, IDR (29000)

Request example

{ "amount": 10000, "description": "Payment for services rendered", "currency": "IDR", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29000 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=IDR&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Philippines, PHP, G Cash (29009)

Request example

{ "amount": 1000, "description": "Payment for services rendered", "currency": "PHP", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29009 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=1000&description=Payment&currency=PHP&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Philippines, PHP, G Cash QR (29010)

Request example

{ "amount": 1000, "description": "Payment for services rendered", "currency": "PHP", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29010 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=1000&description=Payment&currency=PHP&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Philippines, PHP (29011)

Request example

{ "amount": 1000, "description": "Payment for services rendered", "currency": "PHP", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "en_US", "ip": "192.168.1.1", "data": { "phone": "+1234567890", "address": "123 Main Street", "city": "town", "state": "state", "firstName": "John", "lastName": "Doe", "countryCode": "US", "postcode": "12345", "paymentTypeId": 29011 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.city*

string

Payer's city.

data.state*

string

Payer's state.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.postcode*

string

Payer's postcode.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=1000&description=Payment&currency=PHP&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Cash, Tambo (24046)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 24046 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Cash, Western Union (24047)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 24047 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Cash, Kasnet (24055)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 24055 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Pago Efectivo Cash (32060)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32060 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, BBVA Continental Online (32086)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32086 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Interbank Online (32087)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32087 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Scotiabank Online (32088)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32088 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Huancayo Online (32089)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32089 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Arequipa Online (32090)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32090 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Tacna Online (32091)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32091 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Trujillo Online (32092)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32092 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Banco de Crédito Online (32095)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32095 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Banco de Crédito Cash (32096)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32096 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, BBVA Continental Cash (32097)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32097 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Scotiabank Cash (32098)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32098 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Huancayo Cash (32099)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32099 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Arequipa Cash (32100)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32100 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Tacna Cash (32101)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32101 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Caja Trujillo Cash (32102)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32102 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Banco Ripley Cash (32103)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32103 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for Peru, PEN, Khipu Online (32113)

Request example

{ "amount": 100.50, "description": "test", "currency": "PEN", "invoiceId": "INV123456", "accountId": "alex@gmail.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "documentId": "490376497", "phone": "+7596874748", "firstName": "John", "lastName": "Doe", "countryCode": "PE", "paymentTypeId": 32113 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.documentId*

string

Payer's document ID.

data.phone*

string

Payer's phone number.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.countryCode*

string

Payer's country code.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=100.50&description=test&currency=PEN&invoiceId=INV123456&accountId=alex@gmail.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }

APM payin example for South Korea, KRW, Virtual account (29013)

Request example

{ "amount": 10000, "description": "test", "currency": "KRW", "invoiceId": "INV123456", "accountId": "test@test.com", "successUrl": "https://example.com/success", "failureUrl": "https://example.com/failure", "pendingUrl": "https://example.com/pending", "cancelUrl": "https://example.com/cancel", "locale": "EN", "ip": "192.168.1.1", "data": { "personId": "1234567890", "firstName": "John", "lastName": "Deer", "phone": "9555777666", "address": "18-5, Chunui-dong", "paymentTypeId": 29013 } }

POST https://api-back.paygames.net/payments/link

Payin to account

Payin method when funds are transferred to the specified account.

Parameters

Header

Header

Type

Description

Authorization

string

HTTP Basic authentication.

Content-Type

string

application/json.

Body

Parameter

Type

Description

amount*

number

Payment amount.

description*

string

Description of payment.

currency*

string

Payment currency.

accountId*

string

Account identifier (email).

invoiceId

string

Order or invoice number.

successUrl*

string

URL for successful payment.

failureUrl*

string

URL for failed payment.

pendingUrl*

string

URL for pending payment.

cancelUrl*

string

URL for cancelled payment.

locale*

string

Locale for payment form.

ip*

string

Payer's IP address.

data

object

Additional payment data.

data.personId*

string

Person's identifier.

data.firstName*

string

Payer's first name.

data.lastName*

string

Payer's last name.

data.phone*

string

Payer's phone number.

data.address*

string

Payer's address.

data.paymentTypeId*

number

Payment type identifier.

Responses

{ "paymentLink": "https://payment.paygames.net/payment.html?publicId=pbid_3le07jzwsy7tm8psupndmtvo&amount=10000&description=Payment&currency=KRW&invoiceId=INV123456&accountId=test@test.com&successUrl=https%3A%2F%2Fexample.com%2Fsuccess&failureUrl=https%3A%2F%2Fexample.com%2Ffailure&pendingUrl=https%3A%2F%2Fexample.com%2Fpending&cancelUrl=https%3A%2F%2Fexample.com%2Fcancel&token=7tB0d8z1w7qDt5c7cMI9TBALOwzxi0Oo" }
Last modified: 31 March 2025