Neosurf
This alternative payment method supports the following operations:
Payment
Request
Send a payment request with the language parameter, the test parameter, and the following additional data:
| Parameter | Type | Description |
|---|---|---|
| method | object | A section of the payment method information. |
| type * required |
string | neosurf |
| customer | object | A section of the customer details. |
| first_name | string | The customer's first name. |
| last_name | string | The customer's last name. |
| string | The customer's email address. | |
| city | string | The customer's city. |
| zip | string | The customer's postcode. |
| address | string | The customer's address. |
| phone | string | The customer's phone number. |
| gender | string | The customer's gender. Possible values: male;female. |
Response
The neosurf response section will have the parameters copied from the request.
Payout
Request
In order to make a payout operation, send the language parameter, the test parameter and the following data in the method section:
| Parameter | Type | Description |
|---|---|---|
| method | object | A section of the payment method information. |
| type * required |
string | neosurf |
| account * required |
string | The Neosurf account email address. |
| customer | object | A section of the customer details. |
| first_name | string | The customer's first name. |
| last_name | string | The customer's last name. |
| string | The customer's email address. | |
| city | string | The customer's city. |
| zip | string | The customer's postcode. |
| address | string | The customer's address. |
| phone | string | The customer's phone number. |
| gender | string | The customer's gender. Possible values: male;female. |
Response
The neosurf response section will have the parameters copied from the request.