curl --location 'https://api.demo.getneo.com/v3/payments' \
--header 'Content-Type: application/json' \
--data '{
"correlationId": "string",
"amount": 0,
"beneficiary": {
"accounts": [
{
"accountNumber": "string",
"bank": "string",
"bic_swift": "string",
"country": "string",
"iban": "string",
"routingNumber": "string",
"sortCodeUK": "string"
}
],
"address1": "string",
"address2": "string",
"city": "string",
"country": "string",
"county": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"name": "string",
"postCode": "string"
},
"beneficiaryAccountKey": "string",
"currencyCode": "EUR",
"fee": {
"amount": 0,
"currency": "string"
},
"ibanId": "string",
"indicativeCost": 0,
"indicativeCostCurrency": "EUR",
"originAccountKey": "abcdefghijkl0123456789",
"paymentChargeType": "sha",
"paymentNetwork": "swift",
"paymentPriority": "none",
"paymentReference": "string",
"purpose": "string",
"senderId": "abcdefghijkl0123456789",
"source": {
"accountNumber": "string",
"additionalInformation": "string",
"bicSwift": "NEOPESBB",
"iban": "string",
"name": "string"
},
"tag": "string",
"type": "none",
"valueDate": "2019-08-24T14:15:22.123Z",
"verification": {
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"acceptWarning": true
}
}'