chargeBacks
fetch all charge backs for a user or organization
Arguments
show_all_for_org
· Boolean
· If user has access to all billing for their organization, this will return all chargebacks for the organization Returns
[ChargeBack!]
Example
query chargeBacks( $show_all_for_org: Boolean $offset: Int $per_page: Int $order_by: ChargeBackOrderKeys) { chargeBacks( show_all_for_org: $show_all_for_org offset: $offset per_page: $per_page order_by: $order_by ) { billing_item created_at disputed_amount evidence evidence_fields_to_submit fee formatted_reason formatted_status id reason response_required_by status total_amount updated_at }}