Boa tarde, estou tentando gerar um boleto em homologaçao
POST
Endereço: https://cobrancas-h.api.efipay.com.br/v1/charge/one-step
no campo body -> raw informo ex:
{
"items": [
{
"name": "Product 1",
"value": 1000,
"amount": 1
}
],
"payment": {
"banking_billet": {
"expire_at": "2019-10-16",
"customer": {
"name": "Gorbadoc Oldbuck",
"email": "[email protected]",
"cpf": "14014603059",
"birth": "1977-01-15",
"phone_number": "62986070247"
}
}
}
}
no header informo
Authorization: "meu token gerado"
Content-Type: application/json
ao executar, recebo o erro "Bad Request 400"
alguem consegue me informar o que poderia estar errado ?