Cartão
Endpoints necessários para integração do cartão de crédito.
Exemplo da resposta do Webhook:
A resposta será enviada apenas se o campo webhook_url estiver configurado nos endpoints informados.
{
"id" = string,
"status" = "pending" | "created" | "paid" | "canceled",
"value" = number,
"description" = string,
"payment_type" = "credit_card",
"created_at" = string,
"updated_at" = string,
"payer_name" = string,
"last_four_card_numbers" = string,
"installments" = number,
"installment_amount" = number,
"payer_national_registration" = string,
"complete_transaction_url" = string,
}
Was this section helpful?
What made this section unhelpful for you?
On this page
- Cartão