Documentation
  • Welcome!
  • Card (server to server)
    • Overview
      • Authentication
      • Process Flow
      • API Endpoints
      • Testing
    • API Commands
      • 700 – Start Credit Card charge (3DS Enabled)
      • 701 – Request Capture Authorization
      • 702 – Request Cancel Authorization
      • 708 – Check transaction details
      • 709 – Check transaction status
      • 720 – Credit Request
      • 756 – Manual Rebill Request
      • 760 – Request Refund
    • Notifications
      • Notifications
      • 850 – Transaction state Notification
      • 860 – Refund Notification
      • 880 – Dispute Notification
    • Transaction Status Codes
    • 3D Secure Integration
  • APM Checkout (Blik)
    • Overview
      • Process Flow
      • Testing
    • Errors
      • Error object
      • Errors type list
      • Decline errors code list
    • Create a checkout session
    • Retrieve a Checkout Session
    • Webhoook Event Notification
    • Pay a Checkout Session
  • Refund a Checkout Session
  • Retrieve checkout session refund
  • Wallet API
    • Introduction
      • Authentication
      • Metadata
    • Errors
      • Error object
      • Errors type list
      • Decline errors code list
    • Payout
      • Create a payout
      • Retrieve a payout
  • Wallet payment page
    • Payment Page
Powered by GitBook
On this page
  1. Wallet payment page

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.

PreviousRetrieve a payout

Last updated 3 months ago