Authorization: Bearer ********************
{
"paymentAmountCurrency": 0,
"paymentAmountInCurrency": 0,
"rateCalculated": 0,
"commission": 0,
"countSwift": 0,
"cardNumber": "string",
"cardOwner": "string",
"currency": "../словарь",
"bank": "/factory-banks/1",
"factory": "/factories/1",
"factoryAccount": "/factory-accounts/1",
"financialDataFile": "/files/uuid"
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentAmountCurrency": 0,
"paymentAmountInCurrency": 0,
"rateCalculated": 0,
"commission": 0,
"countSwift": 0,
"cardNumber": "string",
"cardOwner": "string",
"currency": "../словарь",
"bank": "/factory-banks/1",
"factory": "/factories/1",
"factoryAccount": "/factory-accounts/1",
"financialDataFile": "/files/uuid"
}'