Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,19 @@ Commands:
## <a name="generate-a-new-sdk-version"></a> Generate a new SDK version
Generate a new SDK version will autogenerate a folder with the docs that are currently in the selected folder.

Command to create a new version of Android SDK (e.g. version 7.1011.0)
Command to create a new version of Android SDK (e.g. version 7.1013.0)

```console
npm run docusaurus docs:version:android "Android SDK 7.1011.0"
npm run docusaurus docs:version:android "Android SDK 7.1013.0"
```

`android` represents the folder where Android docs are. `"Android SDK 7.1011.0"` is the name of the new version, it will appear as is on the documentation website
Automatically, it will create the new folder for this version (version-Android SDK 7.1011.0) in `android_versioned_docs`.

```console
npm run docusaurus docs:version:restapi "REST API 2.27.0"
```

**To see it published you will have to restart docusaurus.**

## Deployment
Expand Down
25 changes: 25 additions & 0 deletions android/androidreleasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ id: androidreleasenotes
Don’t miss any updates on our latest releases. Contact your Handpoint relationship manager to subscribe to the Handpoint Newsletter!
:::

## 7.1012.1
**Features**

Payments libraries have been updated to comply with latest TSYS requirements

**Bug fixes**

- Fixed an issue where, if a forced reversal failed, the system reported the reversal result instead of the original transaction result, which should always be returned.
- Fixed error due emvData was included in request when magstripe fallback and duplicate check enabled
- Amount in preauthorization reversals was not consistent with sale reversals
- Include transactionReference in txn result for MoTo failed UNDEFINED

## 7.1011.0
**New Features**

- PAX A6630 model is supported now
- MOTO sales can now be performed by using a token
- MOTO partial reversals are now supported
- The Get Transaction Status service is used now also in MOTO operations

**Improvements**

- Some duplicate events scenarios have been addressed
- Some minor visual issues have been addressed

## 7.1010.8
**Fixes**

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 4
id: androidapioverview
---

# Trigger Amounts

Your test payments are sent against a test server on the Handpoint side which simulates the behavior of an acquiring bank. Funds are not moved and sensitive data from the card is fully encrypted. You can use trigger amounts to generate some specific responses from our servers:

**Sale amounts**

| Amount | Behaviour |
| ----------- | ----------- |
| 37.79 | Issuer response code = 01 (Refer to issuer) |
| 37.84 | Issuer response code = 05 (Not authorized) |
| 37.93 | Issuer response code = 04 (Pick up card) |
| 37.57 | Request is partially approved |
| 37.68 | Request timeout |

:::tip
Supporting partial approval is **mandatory** for the US market. Partial authorization occurs when a payment card authorization is attempted for a transaction and there are not enough funds available in the account to cover the full amount. The issuer returns an authorization for the amount available in the account, leaving you to obtain an additional form of payment from the customer for the balance.
:::

Large diffs are not rendered by default.

Loading
Loading