...
Name | Description | Value Type | Required |
---|---|---|---|
order_type | Type of order (e.g. purchase_order, order, or all) | String | Optional |
transaction_type | Type of Transaction (e.g. EvopayTransaction, CreditCardTransaction) | String | Optional |
seller_id | ID of the seller | Integer | Optional |
seller_type | Type of the seller (e.g. Office, Client) | String | Optional |
seller_name | Name of the seller (e.g. Gold, John) | String | Optional |
buyer_id | ID of the buyer | String | Optional |
buyer_type | Type of the buyer (e.g. Office, Client) | String | Optional |
buyer_name | Name of the seller (e.g. Ace, Alice) | String | Optional |
transaction_state | State of the transaction (e.g. completed, pending) | String | Optional |
created_at | The ISO-8601 date (e.g. 2013-01-01) for when the payment was created. Can also be refined with a range (e.g. created_at.[ gt | gte | lt | lte]) | String | Optional |
updated_at | The ISO-8601 date (e.g. 2013-01-01) for when the payment was last updated. Can also be refined with a range (e.g. updated_at.[ gt | gte | lt | lte]) | String | Optional |
Examples
Request | Response | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
/v9/payments/status?buyer_type=Office&created_at.gte=2013-04-04&order_type=all | |||||||||||||||
|
|