TopPay
This alternative payment method supports the following operations:
Payment
Request
Send a payment request with the following additional data:
Parameter | Type | Description |
---|---|---|
method | object | A section of the payment method information. |
type * required |
string | top_pay |
account * required |
string | The customer's username in your system. |
Response
The top_pay
response section will have the parameters copied from the request. Additionally, it will return a QR code to show to a customer.
Payout
Request
Send a payout request with the following additional data:
Parameter | Type | Description |
---|---|---|
method | object | A section of the payment method information. |
type * required |
string | top_pay |
account * required |
string | The customer's username in your system. |
customer | object | A section of the customer details. |
first_name * required |
string | The customer's first name. |
last_name * required |
string | The customer's last name. |
id_number * required |
string | The customer's Cod Numeric Personal, i.e. a unique identifying number of the customer as a Romanian citizen. |
Response
The top_pay
response section will have the parameters copied from the request. Additionally, it will return a QR code to show to a customer.