cURL
curl --request PUT \ --url https://api.givebutter.com/v1/transactions/{transaction} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "transaction_id": "<string>", "internal_note": "<string>", "check_number": "<string>", "check_deposited_at": "2023-11-07T05:31:56Z", "custom_fields": [ "<string>" ], "team_id": "<string>", "campaign_member_id": "<string>", "fund_id": "<string>", "campaign_id": "<string>", "method": "<string>", "transacted_at": "<string>", "appeal_id": "<string>", "offline_payment_received": "<string>", "dedication": { "type": "in_memory_of", "name": "<string>", "recipient_name": "<string>", "recipient_email": "[email protected]" } } '
{ "id": "<string>", "plan_id": "<string>", "pledge_id": 123, "amount": 123, "fee": 123, "fee_covered": 123, "donated": 123, "payout": 123, "captured": "<string>", "captured_at": "<string>", "timezone": "<string>", "refunded": "<string>", "refunded_at": "<string>", "line_items": [ { "type": "<string>", "subtype": "<string>", "description": "<string>", "quantity": 123, "price": 123, "discount": 123, "total": 123, "created_at": "<string>", "updated_at": "<string>" } ], "fair_market_value_amount": "<string>", "tax_deductible_amount": "<string>", "is_recurring": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The transaction tid
255
Show child attributes
TransactionResource
Was this page helpful?