processar pagamento recorrente - boleto
Endpoint para processar pagamento recorrente via boleto
POST
https://api.payhow.com.br/api/v1/ecommerce/checkout/cart/payment/process
Headers
Name | Type | Description |
---|---|---|
Accept* | String | application/json |
Content-Type* | String | application/json |
checkout-session* | String | [checkout-session] |
Request Body
Name | Type | Description |
---|---|---|
payment_method* | String | payhow-gat |
type* | String | boleto |
name_customer* | String | [nome e sobrenome do cliente] |
first_name* | String | [nome do cliente] |
last_name* | String | [sobrenome do cliente] |
document* | String | cpf |
document_number* | String | [cpf do cliente] |
email* | String | [email do cliente] |
phone* | String | [telefone do cliente] |
subscription* | String | true |
cycle* | String | "YEARLY" / "MONTHLY" / "QUARTERLY" ou "SEMIANNUALLY" |
discount_percentage | Int | porcentagem de desconto em inteiros | null |
fine_percentage | Int | porcentagem de multa em inteiros | null |
interest_percentage | Int | porcentagem de jutos em inteiros | null |
Last updated