Atualizar configurações pix
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
Name
Type
Description
Accept*
String
application/json
Content-Type*
String
application/json
Authorization*
String
[Bearer token]
Request Body
Name
Type
Description
type*
String
"credit_card", "boleto", "pix"
enable*
Int
1 ou 0
credentials*
JSON
credentials.notification_voice*
Boolean
true ou false
credentials.notification_whatsapp*
Boolean
true ou false
credentials.notification_sms_email*
Boolean
true ou false
Last updated