You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, im facing some problems with my integration,
When i pass the acceptedMultiPaymentMethods field on the checkout object with the pix payment enable,
The api response its an error:
"order.payments[0].checkout.pix": [\r\n' +
2023-10-11 22:17:21 ' "The pix field is required when pix payment is accepted"\r\n' +
2023-10-11 22:17:21 ' ]\r\n'
But im already passing the Pix field.
When I try through Insomnia without acceptedMultiPaymentMethods, the response is successfully completed,
But using the SDK the createOrder function forces me to send this field, What I should do?
The text was updated successfully, but these errors were encountered:
Hello, im facing some problems with my integration,
When i pass the acceptedMultiPaymentMethods field on the checkout object with the pix payment enable,
The api response its an error:
But im already passing the Pix field.
When I try through Insomnia without acceptedMultiPaymentMethods, the response is successfully completed,
But using the SDK the createOrder function forces me to send this field, What I should do?
The text was updated successfully, but these errors were encountered: