Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request GET 'https://gateway.clubpetro.com/core/voucher/customer?customerCode=123456ABC&storeDocument=99999999999999&api_key'
{
"name": "string",
"cardNumber": "string",
"document": "string",
"dateOfBirth": "2019-08-24",
"phone": "string",
"email": "string",
"score": "string",
"discount": {
"storeCode": "string",
"voucherCode": "string",
"discountType": "string",
"discountValue": 0,
"maxDiscountValue": 0,
"minAmountToDiscount": 0,
"products": [
{
"productName": "string",
"code": "string"
}
]
}
}