Skip to content

Commit

Permalink
Update VTEX - Payment Provider Protocol.json
Browse files Browse the repository at this point in the history
Co-authored-by: Isabella Veloso Sá <[email protected]>
  • Loading branch information
ricardoaerobr and Isabella-Veloso committed Sep 27, 2024
1 parent 8e539ce commit e5f27d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VTEX - Payment Provider Protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@
},
"delayToCancel": {
"type": "integer",
"description": "Total time (in seconds) to wait for an authorization and make an automatic call to `/cancellations` to cancel the payment. The minimum value is 10 minutes (600 seconds). **NOTE 1**: If you set this field to a time period less than 24 hours (86399 seconds or less), the gateway will retry processing the payment every 1 hour. If you use a value of 24 hours (86400 seconds) or more in this field, the gateway will retry processing the payment every 4 hours. **NOTE 2**: For `delayToCancel` values between 5 minutes and 1 hour (300 and 3600 seconds), or when payment is made by [PIX](https://developers.vtex.com/docs/guides/payments-integration-pix-instant-payments-in-brazil) (Brazilian instant payment method), retry calls will occur every 5 minutes. **NOTE 3**: The maximum value allowed for the `delayToCancel` is 30 days (2592000 seconds)."
"description": "Total time (in seconds) to wait for an authorization and make an automatic call to `/cancellations` to cancel the payment. The minimum value is 10 minutes (600 seconds). **NOTE 1**: If you set this field to a time period less than 24 hours (86399 seconds or less), the gateway will retry processing the payment every 1 hour. If you use a value of 24 hours (86400 seconds) or more in this field, the gateway will retry processing the payment every 4 hours. **NOTE 2**: For `delayToCancel` values between 5 minutes and 1 hour (300 and 3600 seconds), or when payment is made by [PIX](https://developers.vtex.com/docs/guides/payments-integration-pix-instant-payments-in-brazil) (Brazilian instant payment method), retry calls will occur every 5 minutes. **NOTE 3**: The maximum value allowed for the `delayToCancel` field is 30 days (2592000 seconds)."
},
"maxValue": {
"type": "integer",
Expand Down

0 comments on commit e5f27d8

Please sign in to comment.