v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Offer

Get offer by ID

Get offer by ID

  • Retrieve offer using their unique identifier
  • Recuperar oferta usando seu identificador exclusivo
get/offers/{id}

Path parameters

idinteger required
  • Offer ID
  • Oferta ID

Response

Offer data retrieved successfully | Dados da oferta recuperados com sucesso

acquirer_namestring
card_networkstring
created_atstring
expire_datestring
idinteger
issuers_countinteger
max_receivable_due_datestring
min_receivable_due_datestring
minimal_valueinteger
offer_valueinteger
receivable_countinteger
receivable_total_valueinteger
statusstring
total_proposalsinteger
total_transaction_numbersinteger

Example response

{
  "acquirer_name": "Acquirer",
  "card_network": "MASTERCARD",
  "created_at": "2025-01-29T10:38:00.694798-03:00",
  "expire_date": "2025-01-30T10:38:00.694798-03:00",
  "id": 1,
  "issuers_count": 50,
  "max_receivable_due_date": "2025-01-30T10:38:00.694798-03:00",
  "min_receivable_due_date": "2025-01-30T10:38:00.694798-03:00",
  "minimal_value": 100,
  "offer_value": 200,
  "receivable_count": 3,
  "receivable_total_value": 300,
  "status": "CANCELED",
  "total_proposals": 3,
  "total_transaction_numbers": 50
}