Skip to main content
POST
/
api
/
partner
/
v1
/
ext
/
transfer_order
/
beneficiary
CreateBeneficiary
curl --request POST \
  --url https://api.rampnow.io/api/partner/v1/ext/transfer_order/beneficiary \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "code": 123,
  "data": {
    "country": "AD",
    "email": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "phone": "<string>",
    "userUid": "<string>"
  },
  "message": "<string>",
  "traceId": "<string>",
  "displayError": "<string>"
}

Body

application/json
user
object

Response

200 - application/json

OK

code
integer
required
data
object
required
message
string
required
traceId
string
required
displayError
string