Skip to main content

Overview

fund-request is the payer side of request money. The link config carries the amount, currencies, and requester/payout profile (requestData) so the payer can quote and fund without re-entering the ask.
Unlike request or smart, config is required for fund-request. Omitting amount / currency / requestData fails validation.

Required config (conceptual)

Exact property names and nested payout shapes are in OpenAPI (CreateFundRequestLinkDto).

Create example

Often the request flow mints this payer link for you after the requester finishes. Use Partner create when you already have a complete ask payload (migration from Request API, server-side orchestration).

After the payer pays

When the sender confirms funding, RaaS Widgets creates an operation. You receive operation.created (often with requestId) and later operation.completed, operation.failed, or operation.cancelled. See Request money lifecycle and Operation lifecycle.

Request

Originate the money request.

Request money lifecycle

Ask → fund-request → operation.

Operations

List transfers after the payer completes.