v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Fiat

Configure app for fiat onramping and offramping.

Updates the app configuration for the specified onramp provider. This is used to set up the app for fiat onramping and offramping.

post/v1/apps/{app_id}/fiat

Path parameters

app_idstring required

The ID of the app that is being configured for fiat onramping and offramping

Headers

privy-app-idstring required

ID of your Privy app.

Request body

api_keystring required
provider'bridge' | 'bridge-sandbox' required

Valid set of onramp providers

Example request

{
  "api_key": "insert-api-key",
  "provider": "bridge-sandbox"
}

Response

Success message if the app was configured successfully

successboolean required