The Giving Block enables cryptocurrency fundraising for nonprofits, charities, universities, and faith-based organizations. It uses a redirect flow where the buyer completes the crypto payment on The Giving Block hosted page.Documentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
The Giving Block does not provide self-service sign-up. Contact their sales team to set up an account.Credentials
When setting up The Giving Block in the dashboard, configure the following credentials:- Login - The API login username. This is different from the dashboard login.
- Password - The API password. This is different from the dashboard password.
- Encryption key - Used to decrypt webhooks sent from The Giving Block.
- Encryption IV - Used alongside the encryption key to decrypt webhooks.
- USD Organisation ID (optional) - The organization ID for processing USD transactions. Found in The Giving Block dashboard under Organizations.
- GBP Organisation ID (optional) - The organization ID for processing GBP transactions. Found in The Giving Block dashboard under Organizations.
Webhooks
The Giving Block connector requires webhooks to receive transaction status updates. After setting up the connector:- Copy the webhook URL from the Gr4vy dashboard.
- Share the URL with The Giving Block support team to configure it for your account.
Features
The Giving Block supports the following features:- Direct capture - Payments are captured immediately at the time of authorization
- Transaction sync - Automatic synchronization of transaction status updates
Supported countries
The Giving Block supports transactions from buyers inGB and US.
Supported currencies
The Giving Block supports processing payments inGBP and USD.
Limitations
The following features are not supported by this connector:- Delayed capture - Authorizing a payment and capturing it later is not supported
- Void - Canceling an authorized transaction before capture is not supported
- Refunds - Full refunds are not supported
- Partial refunds - Partial refunds are not supported
- Partial capture - Capturing a portion of the authorized amount is not supported
- Over capture - Capturing more than the authorized amount is not supported
- Partial authorization - Accepting a partial amount is not supported
- Payment method tokenization - Storing payment methods for future use is not supported
- Zero auth - Zero-dollar verification transactions are not supported
- Settlement reporting - Automatic settlement reporting is not supported
- Amount adjustment - The captured amount of a transaction is automatically adjusted to the actual settled fiat amount received in the webhook from The Giving Block.
Integration
The default integration for The Giving Block uses a redirect to a hosted payments page. Start by creating a new transaction with the following required fields.payment_method.approval_url and the status is set to buyer_approval_pending. The approval URL expires after 7 days.
approval_url (open in a browser or Webview), where they can complete the crypto payment. Once the buyer completes the payment, the transaction progresses to a capture_succeeded state.
Connection options
The Giving Block connector supports passing a default cryptocurrency when creating a transaction.Currency conversion rates
The Giving Block connector supports fetching the latest crypto rates used to calculate fiat amounts to crypto amounts. This calls the list currencies API with a default request that includes rates and the organization ID.client.paymentServices.session with the payment_service_id instead.