🔒Get business payments

Fetch payments

get

Fetch payments for a business.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

^FRX-API api-key=[^,]+,signature=[^,]+,timestamp=[\d]+$

Path parameters
businessIdstring · uuidRequired

ID of the business.

Query parameters
paymentIdstring · uuidOptional

Payment id.

transactionHashstringOptional

Transaction Hash.

clientPaymentIdstringOptional

Payment id provided by the client.

fromTxAddressstringOptional

Sending address.

Example: bc1qz0m3ynhmmqkzx8tna7g8p6zkhzp9ssakqgayu6
walletTxAddressstringOptional

Receiving address.

Example: bc1qz0m3ynhmmqkzx8tna7g8p6zkhzp9ssakqgayu6
afterstring · date-timeOptional

Payment creation date range start, in UNIX seconds, inclusive.

Example: 1702894529
beforestring · date-timeOptional

Payment creation date range end, in UNIX seconds, exclusive.

Example: 1702894529
limitinteger · max: 2000Optional

Limit of the results per request.

Default: 25Example: 25
Responses
chevron-right
200

Returns payments.

application/json
get
/v1/businesses/{businessId}/payments
200

Returns payments.

Last updated

Was this helpful?