Skip to main content
POST
/
v1
/
charge
/
pay
Make a payment for a charge
curl --request POST \
  --url https://sandbox.api.veepag.com/v1/charge/pay \
  --header 'Content-Type: application/json' \
  --data '
{
  "_id": "<string>",
  "companyId": "<string>",
  "referenceId": "<string>",
  "installments": 1,
  "origin": "<string>",
  "captchaToken": "<string>",
  "paymentProfile": {
    "cardCvv": "<string>",
    "cardExpiration": "<string>",
    "cardNumber": "<string>",
    "holderName": "<string>"
  },
  "cardAuthId": "<string>"
}
'
{}

Body

application/json
_id
string
required
companyId
string
required
referenceId
string
required
paymentMethod
enum<string>
required
Available options:
CREDIT_CARD,
DEBIT_CARD,
BOLETO,
PIX
installments
integer
default:1
required
origin
string
captchaToken
string
paymentProfile
object
cardAuthId
string | null

Response

Resultado do processamento de pagamento. Schema exato nao confirmado.

The response is of type object.