PSP Overview#
Supported operations#
Endpoint#
All transactions use the same endpoint. Set pspType to select the provider:POST /v1/api/mozarto/cashier
| Body field | Description |
|---|
pspType | Provider code - see values in the table below |
type | "PAYIN" for Pay-In, "PAYOUT" for Pay-Out |
pspType values#
| Provider | pspType |
|---|
| ForumPay | "FORUMPAY" |
| Gigadat | "GIGADAT" |
| Worldpay | "WORLDPAY_EU" |
| Trust Payments | "TRUST" |
| Cleo | "CLEO" |
| Payone | "PAYONE" |
| Neosurf | "NEOSURF" |
| Flexepin | "FLEXEPIN" |
| Brite | "BRITE" |
Pay-In request fields - at a glance#
| Field | ForumPay | Gigadat | Worldpay | Trust | Cleo | Payone | Neosurf | Flexepin |
|---|
baseamount | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
currency | ✓ | optional | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
email | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
country | ✓ | optional | ✓ | - | - | - | - | - |
firstName / lastName | - | optional | ✓ | ✓ | ✓ | ✓ | - | - |
phone | - | ✓ | ✓ | ✓ | ✓ | ✓ | - | - |
| Card details | - | - | ✓ | ✓ | - | - | - | - |
voucherPin | - | - | - | - | - | - | - | ✓ |
dob | - | - | ✓ | ✓ | ✓ | - | - | - |
| Full address | - | optional | ✓ | ✓ | ✓ | - | - | - |
For the full field list for each provider, click through to the individual PSP page.Modified at 2026-05-08 07:40:26