Skip to main content
POST
/
payments-verification
Verify a payment
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
}
'
{
  "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
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Body

amount
integer
required
currency_code
string
required
order_id
string
required
additional_information
object
continuation
object
customer_id
string<uuid>
distributions
object[]
metadata
object
payment_method
object
vault_payment_method
boolean

Response

Success

amount
integer
required
currency_code
string
required
order_id
string
required
additional_information
object
continuation
object
customer_id
string<uuid>
distributions
object[]
metadata
object
payment_method
object
vault_payment_method
boolean