0BitDeveloper Docs
0Bit public documentation

Payment and payout methods

Discover methods from the current Gate capability catalog.

Use the API rather than a copied method list:

curl 'https://gate-api-sandbox.0bit.app/capabilities/payment-methods?currency=BRL&country_code=BR' \
  -H "Authorization: Bearer sk_test_..."

curl 'https://gate-api-sandbox.0bit.app/capabilities/payout-methods?currency=BRL&country_code=BR' \
  -H "Authorization: Bearer sk_test_..."

Responses are filtered by the supplied currency and country where supported. Re-query when the user changes corridor, side, or environment.

For direct rails, pass the selected method to POST /quotes. The locked quote, GateSession, rails entitlement, and current environment configuration determine whether it can be redeemed. Do not route by a hard-coded provider name.