Skip to content

Commit

Permalink
Readme v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallee-deployment-user committed Jul 18, 2023
1 parent bdacd0b commit 55a4c39
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

### Requirements

- Android 5.0 (API level 21) and above
- Android 6.0 (API level 21) and above

### Configuration

Expand Down Expand Up @@ -144,11 +144,12 @@ The response object contains these properties:

- `code` describing the result's type.

| Code | Description |
| ----------- | ------------------------------------------------------------- |
| `COMPLETED` | The payment was successful. |
| `FAILED` | The payment failed. Check the `message` for more information. |
| `CANCELED` | The customer canceled the payment. |
| Code | Description |
| --- | --- |
| `COMPLETED` | The payment was successful. |
| `FAILED` | The payment failed. Check the `message` for more information. |
| `CANCELED` | The customer canceled the payment. |
| `UNCLEAR` | The customer has aborted the payment process, so the payment is in a temporarily unclear state. It will eventually reach a final status (successful or failed), but it may take a while. Wait for a webhook notification and use the Wallee API to retrieve the status of the transaction and inform the customer that the payment is unclear. |

- `message` providing a localized error message that can be shown to the customer.

Expand Down

0 comments on commit 55a4c39

Please sign in to comment.