curl --request POST \
--url https://commerce1.on-hellgate.dev/payments-verification \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"amount": 123,
"currency_code": "<string>",
"order_id": "<string>",
"additional_information": {},
"continuation": {
"error": "<string>",
"success": "<string>"
},
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"distributions": [
{
"amount": 123,
"description": "<string>",
"seller_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"metadata": {},
"payment_method": {
"token": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "FIRST_PAYMENT"
},
"vault_payment_method": true
}
'