The /statement
endpoint can be used to generate test statements. Before any statements can be generated, you’ll need to configure one or more Statement Configs.
When testing in the Sandbox environment, the transactions in the test statements will be examples only, and not correspond to sandbox activity for that account.
To simulate retrieving a monthly account Statement URL, pass a valid account_id
along with any current or past date as the date
value. The response will contain a URL to a test statement PDF.
To trigger an “error” status, pass an invalid account_id
or a date
in the future.
The /statement
endpoint can be used to generate test statements. Before any statements can be generated, you’ll need to configure one or more Statement Configs.
When testing in the Sandbox environment, the transactions in the test statements will be examples only, and not correspond to sandbox activity for that account.
To simulate retrieving a monthly account Statement URL, pass a valid account_id
along with any current or past date as the date
value. The response will contain a URL to a test statement PDF.
To trigger an “error” status, pass an invalid account_id
or a date
in the future.