Update: Orders API v0 returns Pix, Boleto, and rewards-based payment method details #3876
waldrogi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
paymentMethodDetails
field of the Orders API v0 now returnsPix
,Boleto
, andRewards
values to help you identify payment methods in your orders information. Previously, these values were returned asOther
. This enables the API users to properly identify those payment methods in their orders information.The new payment method values return the following strings:
Pix
- For the Brazilian Pix payment method.Boleto
- For the Brazilian Boleto payment method.Rewards
- For a points-based or rewards-based payment method.Which marketplaces are affected?
North and South American marketplaces: CA, US, MX, BR
European marketplaces: ES, UK, FR, BE, NL, DE, IT, SE, ZA, PL, EG, TR, SA, AE, IN
Asian marketplaces starting: SG, AU, JP
Rewards
applies to all marketplaces.Pix
andBoleto
applies to the Brazil marketplace.Who is affected?
Developers with application that use the Orders API v0 and rely on the
paymentMethodDetails
field to retrievePix
,Boleto
, orRewards
paid orders are affected by this change.What action is required?
If you have an application that is affected by this change, you must update your application output validation to acknowledge those payment methods as different from
Other
when updating thepaymentMethodDetails
field.Beta Was this translation helpful? Give feedback.
All reactions