PayoutRequest
pointOfSaleIduuidrequired
amountintegerrequired
currencystringrequired
paymentMethodIduuidrequired
notificationUrlurirequired
referencestring
textOnStatementstring
processorstring[]
attributes object
property name*string
customer object
firstNamestringrequired
lastNamestringrequired
ipstringrequired
birthdatestringnullable
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}$
Example:
1970-01-01
PayoutRequest
{
"pointOfSaleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 0,
"currency": "string",
"paymentMethodId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"notificationUrl": "string",
"reference": "string",
"textOnStatement": "string",
"processor": [
"string"
],
"attributes": {},
"customer": {
"firstName": "string",
"lastName": "string",
"ip": "string",
"birthdate": "1970-01-01"
}
}