Skip to main content
POST
/
off-ramp
/
initialize
cURL
curl --request POST \
  --url https://api.pay.flipeet.io/api/v1/public/off-ramp/initialize \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "amount": 100,
  "asset": "usdc",
  "network": "solana",
  "currency": "NGN",
  "country": "NG",
  "beneficiary": {
    "holder_type": "INDIVIDUAL",
    "holder_name": "John Doe",
    "account_number": "0123456789",
    "bank_code": "065"
  },
  "reference": "550e8400-e29b-41d4-a716-446655440000",
  "channel": "BANK",
  "callback_url": "https://your-app.com/webhook",
  "reason": "OTHER"
}
'
{
  "message": "<string>",
  "status": "<string>",
  "statusCode": 123,
  "data": {
    "success": true,
    "message": "<string>",
    "timestamp": "<string>",
    "data": {
      "status": "<string>",
      "type": "<string>",
      "reference": "<string>",
      "beneficiary": "<string>",
      "rate": 123,
      "developer_fee": {
        "amount": 123,
        "amount_usd": 123,
        "currency": "<string>",
        "network": "<string>",
        "recipient": "<string>"
      },
      "source": {
        "amount": 123,
        "amount_usd": 123,
        "currency": "<string>",
        "network": "<string>"
      },
      "destination": {
        "amount": 123,
        "amount_usd": 123,
        "currency": "<string>",
        "network": "<string>"
      },
      "deposit": {
        "amount": 123,
        "address": "<string>",
        "asset": "<string>",
        "note": [
          "<string>"
        ]
      },
      "meta": {},
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.flipeet.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:your API key here
required

Body

application/json
amount
number
required
Example:

100

asset
enum<string>
required
Available options:
usdt,
usdc
Example:

"usdc"

network
enum<string>
required
Available options:
solana,
arbitrum,
base,
bsc,
avalanche,
tron
Example:

"solana"

currency
enum<string>
required
Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLP,
CNY,
COP,
CRC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
FOK,
GBP,
GEL,
GGP,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HRK,
HTG,
HUF,
IDR,
ILS,
IMP,
INR,
IQD,
IRR,
ISK,
JEP,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KID,
KMF,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLE,
SLL,
SOS,
SRD,
SSP,
STN,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TVD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VES,
VND,
VUV,
WST,
XAF,
XCD,
XDR,
XOF,
XPF,
YER,
ZAR,
ZMW,
ZWL
Example:

"NGN"

country
enum<string>
required
Available options:
AD,
AE,
AF,
AG,
AI,
AL,
AM,
EU,
AN,
AO,
AQ,
AR,
AS,
AT,
AU,
AW,
AZ,
BA,
BB,
BD,
BE,
BF,
BG,
BH,
BI,
BJ,
BM,
BN,
BO,
BR,
BS,
BT,
BV,
BW,
BY,
BZ,
CA,
CC,
CD,
CF,
CG,
CH,
CI,
CK,
CL,
CM,
CN,
CO,
CR,
CU,
CV,
CX,
CY,
CZ,
DE,
DJ,
DK,
DM,
DO,
DZ,
EC,
EE,
EG,
EH,
ER,
ES,
ET,
FI,
FJ,
FK,
FM,
FO,
FR,
GA,
GB,
GD,
GE,
GF,
GH,
GI,
GL,
GM,
GN,
GP,
GQ,
GR,
GS,
GT,
GU,
GW,
GY,
GZ,
HK,
HM,
HN,
HR,
HT,
HU,
ID,
IE,
IL,
IM,
IN,
IO,
IQ,
IR,
IS,
IT,
JE,
JM,
JO,
JP,
KE,
KG,
KH,
KI,
KM,
KN,
KP,
KR,
KW,
KY,
KZ,
LA,
LB,
LC,
LI,
LK,
LR,
LS,
LT,
LU,
LV,
LY,
MA,
MC,
MD,
ME,
MG,
MH,
MK,
ML,
MM,
MN,
MO,
MP,
MQ,
MR,
MS,
MT,
MU,
MV,
MW,
MX,
MY,
MZ,
NA,
NC,
NE,
NF,
NG,
NI,
NL,
NO,
NP,
NR,
NU,
NZ,
OM,
PA,
PE,
PF,
PG,
PH,
PK,
PL,
PM,
PN,
PR,
PS,
PT,
PW,
PY,
QA,
RE,
RO,
RS,
RU,
RW,
SA,
SB,
SC,
SD,
SE,
SG,
SH,
SI,
SJ,
SK,
SL,
SM,
SN,
SO,
SR,
SS,
ST,
SV,
SY,
SZ,
TC,
TD,
TF,
TG,
TH,
TJ,
TK,
TL,
TM,
TN,
TO,
TR,
TT,
TV,
TW,
TZ,
UA,
UG,
UM,
US,
UY,
UZ,
VA,
VC,
VE,
VG,
VI,
VN,
VU,
WF,
WS,
XK,
YE,
YT,
ZA,
ZM,
ZW
Example:

"NG"

beneficiary
object
required
reference
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

channel
enum<string>
required
Available options:
BANK,
BLOCKCHAIN,
SWIFT,
SEPA,
SEPA_EUR,
WIRE,
ACH,
DOMESTIC_GBP,
MOBILEMONEY,
ALIPAY,
WECHATPAY
Example:

"BANK"

callback_url
string
Example:

"https://your-app.com/webhook"

reason
enum<string>
Available options:
OTHER
Example:

"OTHER"

Response

200 - application/json

OffRamp Initialized successfully

message
string
status
string
statusCode
number
data
object