POST
/
v1
/
mock
/
payment
curl --request POST \
  --url https://staging-vouchers.ventogram.com/api/v1/mock/payment \
  --header 'Content-Type: application/json' \
  --data '{
  "voucherId": "<string>",
  "amount": 123
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Response

201
application/json

successful operation

The response is of type object.