Skip to main content

PayoutRequestSync

pointOfSaleIduuidrequired
Example: 0192473a-e381-705c-b61c-fc2ac9624afc
amountintegerrequired
Example: 1000
currencystringrequired
Example: DKK
paymentMethodIduuidrequired
Example: 01924756-d1f6-738d-8040-90d76cedf01f
referencestring
Example: payout-1
textOnStatementstring
Example: Prize money
processorstring[]
Example: ["shift4","clearhaus"]
attributes object
property name*string
customer object
firstNamestringrequired
Example: Morten
lastNamestringrequired
Example: Thomassen
ipstringrequired
Example: 118.249.219.99
birthdatestringnullable

Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$

Example: 1970-01-01
PayoutRequestSync
{
"pointOfSaleId": "0192473a-e381-705c-b61c-fc2ac9624afc",
"amount": 1000,
"currency": "DKK",
"paymentMethodId": "01924756-d1f6-738d-8040-90d76cedf01f",
"reference": "payout-1",
"textOnStatement": "Prize money",
"processor": [
"shift4",
"clearhaus"
],
"attributes": {
"key1": "value1",
"key2": "value2"
},
"customer": {
"firstName": "Morten",
"lastName": "Thomassen",
"ip": "118.249.219.99",
"birthdate": "1970-01-01"
}
}