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" |
| eMerchantPay | "EMERCHANTPAY" |
Pay-In request fields - at a glance#
| Field | ForumPay | Gigadat | Worldpay | Trust | Cleo | PayOne | Neosurf | Flexepin | eMerchantPay |
|---|
baseamount | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
currency | ✓ | optional | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
email | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
country | ✓ | optional | ✓ | - | - | - | - | - | optional |
firstName / lastName | - | optional | ✓ | ✓ | ✓ | ✓ | - | - | ✓ |
phone | - | ✓ | ✓ | ✓ | ✓ | ✓ | - | - | optional |
| Card details | - | - | ✓ | ✓ | - | - | - | - | ✓ |
voucherPin | - | - | - | - | - | - | - | ✓ | - |
dob | - | - | ✓ | ✓ | ✓ | - | - | - | - |
| Full address | - | optional | ✓ | ✓ | ✓ | - | - | - | optional |
For the full field list for each provider, click through to the individual PSP page.Modified at 2026-06-09 11:01:55