Get list of outbound transfers for a paypoint
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Long-lived API token sent in the requestToken header. See API token authentication.
Path parameters
The entity’s entrypoint identifier. Learn more
Query parameters
Max number of records to return for the query. Use 0 or negative value to return all records.
The field name to use for sorting results. Use desc(field_name) to sort descending by field_name, and use asc(field_name) to sort ascending by field_name.