- Prefund
- Just-in-time funding
Just-in-time funding supports instant payment rails only (for example: RTP,
PIX, SEPA Instant).
Prerequisites
- You have created a customer (for customer-scoped internal accounts)
- You have
GRID_CLIENT_IDandGRID_CLIENT_SECRET
Prefunding an account via push payments (Wire, SEPA, PIX, etc.)
When customers need to deposit funds themselves, display the funding payment instructions in your application:Retrieve the internal account
Fetch the customer’s internal account for their desired currency using the API.
Extract payment instructions
Parse the
fundingPaymentInstructions array and select the appropriate instructions based on your customer’s preferred payment method.Display instructions clearly
Show the payment details prominently in your UI and enable copy / paste:
- Account holder name
- Bank name and routing information (account/routing number, CLABE, PIX key, etc.)
- Reference code (if provided)
- Any additional notes from
instructionsNotes