Release 04.12.2024
Changelog
Orders
To improve the payment experience and streamline the checkout process, we have updated how customer information is handled in our API.
-
New Feature: Introduced a
details
object within thecustomer
object in the Create Order endpoint. Merchants can now provide additional customer details, specifically address information, which can be used to pre-fill the payer's information on the payment page.
To learn more about optimizing the payment page experience, see Optimize the Payment Page Experience.- New Fields in
details.addressData
:city
: City name of the customer/payer.countryCode
: ISO 3166-1 alpha-2 country code representing the customer's/payer's country.state
: State or province name.zipCode
: Postal code.
- New Fields in
-
Update: Expanded descriptions of existing
transferType
options to include:fpx
: Financial Process Exchange, an online payment gateway for real-time bank transfers.trustly
: Direct bank transfer service allowing payments without using cards.