RCRequest
submerchants object[]required
The array containing all the RC details.
The RC id being requested. Only alphanumeric characters allowed (0-9, A-Z and a-z). Size between 1 and 8 characters.
rc01The name of the company to which the RC is being requested for. Max. 70 characters. Unicode characters are accepted.
My Company AGThe RC country of incorporation. ISO 3166-1 (2 letter country code).
ATlicenses object[]
The licenses array containing all the RC licenses per country. *Mandatory, when the type of business is "BINARY_OPTIONS_SPREAD_BETTING", "FOREX", "PREPAID_CARDS_TOPUPS", "WALLETS", "POKER" or "SPORTSBOOK".
The license country. ISO 3166-1 (2 letter country code). Mandatory as soon as a license object is given.
ATThe RC type of business (sub channel). Max. 60 characters. List of all possible values in the documentation.
SPORTSBOOKThe RC MCC (merchant category code) (sub channel). Either type_of_business OR mcc need to be supplied. List of all possible values in the documentation.
7995webshops object[]
The webshop array containing all the RC urls. Max. 5 urls per RC.
The webshop url. Max. 80 characters. Must be a valid url including protocol (see example).
https://www.mytest.comproducts object[]
The RC products and features array. Max. 5 products per RC.
The RC product. Max. 5 products per RC. The possible values are "PAYSAFECARD", "PAYSAFECASH", "PAGOEFECTIVO", "SAFETYPAY" and "GIFTCARD".
PAYSAFECARDThe RC feature. Max. 2 features per product. The possible values are "PAYOUT" (only if the product is "PAYSAFECARD") and "REFUND" (only if the product is "PAYSAFECARD" or "PAYSAFECASH")
Possible values: [PAYOUT, REFUND]
["PAYOUT"]The callback url to be used by PaysafeCard to inform about the RC status. Max. 1000 characters. Must be a valid url including protocol (see example).
https://notification.com{
"submerchants": [
{
"id": "rc01",
"company_name": "My Company AG",
"country_of_incorporation": "AT",
"licenses": [
{
"country": "AT"
}
],
"type_of_business": "SPORTSBOOK",
"mcc": "7995",
"webshops": [
{
"url": "https://www.mytest.com"
}
],
"products": [
{
"name": "PAYSAFECARD",
"features": [
"PAYOUT"
]
}
]
}
],
"callback_url": "https://notification.com"
}