| Did this page help you? Yes No Tell us about it... |
This section describes the data types common to the Amazon Simple Pay actions.
Topics
| Name | Description |
|---|---|
|
|
The currency code of the amount. Amazon FPS currently supports only USD. Type: String Valid Values: |
|
|
The transaction amount. Type: String |
| Name | Description | Type |
|---|---|---|
|
|
The ID of the subscription |
String |
|
|
The description provided when the subscription was created. |
String |
|
|
The monetary cost of the subscription |
Amount |
|
|
The next value to be charged to the subscription |
Amount |
|
|
The amount for the promotion |
Amount |
|
|
How many free editions |
Integer |
|
|
When the subscription begins |
Date |
|
|
When the subscription ends |
Date |
|
|
How long does the subscription last |
Duration |
|
|
How often does the subscription happen |
Duration |
|
|
Custom IPN target |
String |
|
|
The status of the subscription |
EnumerationStatus |
|
|
The number of transactions have already passed |
Integer |
|
|
Email contact for the subscriber |
String |
|
|
Name of the subscriber |
String |
|
|
Email contact for the subscription buyer |
String |
|
|
Name of the subscription buyer |
String |
|
|
When will the next value be charged to the subscription |
Date |
| Name | Description | Type |
|---|---|---|
|
|
The ID of the transaction |
String |
|
|
When the transaction occurred |
Date |
|
|
Serial number for the transaction. |
Integer |
|
|
The monetary cost of the transaction |
Amount |
|
|
The description provided when the subscription was created. |
String |
|
|
The final status of the transaction |
TransactionStatus |
| Name | Description |
|---|---|
|
|
Caller refunds his fee to the recipient. Type: String |
|
|
Caller and Amazon FPS refund their fees to the sender, and the recipient refunds his amount Type: String |
|
|
Caller does not refund his fee. Amazon FPS refunds its fee and the recipient refunds his amount plus the caller's fee to the sender. Type: String |
| Name | Description | Type |
|---|---|---|
|
|
The transaction was canceled. |
String |
|
|
The transaction failed. The API operation failed and Amazon FPS did not receive or record a transaction. You can retry the transaction only if a retriable error was returned. |
String |
|
|
The transaction is pending. |
String |
|
|
The reserve request on the transaction succeeded. Amazon FPS reserves the purchase price against the sender's payment instrument. |
String |
|
|
The transaction succeeded. You can fulfill the order for the customer. |
String |