Transactions
Overview
In the Business API, a Transaction
represents a record of any financial activity, including deposits, withdrawals, buys, and sells. The Transaction
enables you to track and manage the details of the activities, once they have occurred. You can find an overview of all transactions against your Business account, in NOAH's Dashboard, and subscribe to the Transactions Webhooks for updates on the status.
The Hosted Checkout experience guides your customers through NOAH's user interface to complete transactions. To use this as a payment gateway for your customers, visit the Hosted Checkout Quick Start page.
Get Details of a Transaction
To retrieve details of a specific transaction, use the GET /transactions/{TransactionID}
endpoint in the Business API. This endpoint provides information about individual transactions, including their status and transaction details.
To use this endpoint, supply the TransactionID
, obtained from the /transactions/sell
or /transactions/buy
endpoints and the Transaction Webhooks response.
For information on a particular transaction's details, refer to the API Reference for GET /transactions/{TransactionID}
.
Additionally, to view a list of transactions on your account, the GET /transactions
endpoint offers paginated transaction history. For the usage and parameters of this endpoint, see the API Reference for GET /transactions
.
For updates on transaction status, we strongly recommend subscribing to Transactions Webhooks.
Test Card Details (Sandbox Only)
To submit card payments in the sandbox
environment, use these test card details to allow you to simulate transactions. In the Sandbox, any card details that pass minimum validation can be used to submit a payment, however in the prod
environment customers will be required to use valid card details.
Card Provider | Card Number | Expiry Date | Security Code |
---|---|---|---|
Visa | 4012 8888 8888 1881 | 12/26 | 456 |
MasterCard | 5555 5555 5555 4444 | 12/26 | 321 |
American Express | 3782 822463 10005 | 12/26 | 1234 |