Payment Page

Fast and easy way to pay using eCards.

The Wallet Payment API enables merchants to process deposits and withdrawals by redirecting users to a payment or payout page with pre-filled information. This guide will help developers understand how to construct the necessary URLs and handle the payment process.

URL Parameters

Parameter
Example
Description

merchant_id*

796276ad-79f7-11ec-8b3f-005056b3725c

ID provided to merchant during integration process.

amount*

1075 when amount is $10.75

Amount to pay expressed in minor denomination. (not required for payout flow)

type*

payout

Required for payout flow.

email

john.doe@mail.com

Merchant user email address.

return_url*

https://merchanr.com?order=ref_1234

Return URL use when user cancel or when buy/redeem process is completed.

payer_id*

f68ddc30-f153-4c23-9eda-9f7b9d1dc1a6

Merchant customer's unique ID.

currency

USD

A valid currency code to execute the payment.

description

Game Subcription

Order description message.

first_name

John

Merchant customer's first name.

last_name

Doe

Merchant customer's last name.

phone

+48123456789 E.164 format.

Merchant customer's phone number.

birthday

1989-08-30

Merchant customer's birthdate in format “YYYY-MM-DD”.

address_line

Street 13

Merchant customer's address line.

address_zip

12-345

Merchant customer's address postal code.

address_city

Wonderland

Merchant customer's address city.

address_state

FL

Merchant customer's address state using ISO2 code.

address_country

US

Merchant customer's address country using ISO2 code.

personal_number

123456789

Merchant customer's social personal number.

citizenship_country

US

Merchant customer's citizenship country using ISO2 code.

locale

en

One of en, ja or pl. English is default.

* This parameter are required.

Last updated