GET
/
{alias}
/
checkout
/
payments
/
{paymentId}
/
installments
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/payments/{paymentId}/installments \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "id": 1,
    "payment_id": 2,
    "installment": 1,
    "tax": 1.5,
    "percent_discount": 0,
    "start_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    },
    "end_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    },
    "created_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    },
    "updated_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    }
  }
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

paymentId
integer
required

ID da forma de pagamento

Response

200
application/json

Lista de parcelamentos

The response is of type object.