Error
Onboarding
Submit signed onboarding transaction
Submit the user-signed onboarding transaction XDR from POST /stellar/onboard/build. The facilitator fee-bumps it (so the user does not need XLM for fees) and submits it to Stellar.
POST
Error
Authorizations
Server-held API key. Injected by the BFF (createRelayRoute / createSignerProxyRoute from @buckspay/nextjs). This key must only appear in server-side code and must never be shipped to a browser bundle.
Body
application/json
G-address of the account being onboarded.
Pattern:
^G[A-Z2-7]{55}$Stellar network identifier used in facilitator requests.
Available options:
stellar-testnet, stellar-pubnet User-signed transaction XDR from the unsignedTxXdr field of the build response.
Response
Onboarding transaction submitted successfully.
Always true on success.

