Atualizar configurações boleto
Para realizar as configurações de pagamento é necessário o token gerado pelo login do lojista
POST
https://api.payhow.com.br/api/v1/icustomers/gateway/config/payments
Headers
Accept*
String
application/json
Content-Type*
String
application/json
Authorization*
String
[Bearer token]
Request Body
type*
String
"credit_card", "boleto", "pix"
enable*
Int
1 ou 0
credentials*
JSON
credentials.kit_pix*
Boolean
true ou false
credentials.negativity_serasa*
Int
1 a 12
credentials.notification_voice*
Boolean
true ou false
credentials.notification_whatsapp*
Boolean
true ou false
credentials.notification_sms_email*
Boolean
true ou false
credentials.discount_percentage*
Int
null ou valor em inteiro
credentials.fine_percentage*
Int
null ou valor em inteiro
credentials.interest_percentage*
Int
null ou valor em inteiro
Last updated
Was this helpful?