added
Changelog 9/30/24
3 months ago
- The Browser SDK is now available to accept card payments from your customers using the Dynamic iFrame , a low-code customizable payment experience right on your website. For a reference of all customization options, refer to the Browswer SDK Reference.
- Auth & Capture is out of beta and now available for select uses cases to authorize payments with the intent to complete the payment within a given timeframe (e.g. 24 hours).
- The Create Transaction API has been updated to include the Bank Identification Number (BIN) in the API response when there is a Status Code: 422 - Unprocessable Entity.
Clients should follow the recommended action, Query Card based on the given error message. Refer to Error Handling for general practices in resolving status code errors.
Status Code | Error Message | Action |
---|---|---|
422 Unprocessable Entity | "EM":"Destination Disabled: XXXXXX" ,"EM":"Source Disabled: XXXXXX" | Query Card to check if push or pull is enabled for the correlating BIN listed in the example XXXXX |
Note: Previously the error message did not include the BIN XXXXX
.
- More Recipes have been updated to include the following in cURL, Python, and JavaScript requests and JSON response: