curl --request POST \
--url https://api.rampnow.io/api/partner/v1/ext/transfer_order/remitter \
--header 'Content-Type: application/json' \
--data '
{
"idDocs": [
{
"backSideUrl": "<string>",
"docSetType": "unknown",
"documentId": "<string>",
"frontSideUrl": "<string>"
}
],
"orderType": "unknown",
"user": {
"country": "AD",
"dateOfBirth": "<string>",
"email": "<string>",
"firstName": "<string>",
"gender": "unknown",
"lastName": "<string>",
"phone": "<string>",
"address": {
"city": "<string>",
"country": "AD",
"line1": "<string>",
"postalCode": "<string>",
"line2": "<string>",
"state": "<string>",
"subDivision": "<string>"
},
"userType": "individual"
}
}
'{
"code": 123,
"data": {
"country": "AD",
"email": "<string>",
"name": "<string>",
"status": "unknown",
"type": "individual",
"uid": "<string>"
},
"message": "<string>",
"traceId": "<string>",
"displayError": "<string>"
}curl --request POST \
--url https://api.rampnow.io/api/partner/v1/ext/transfer_order/remitter \
--header 'Content-Type: application/json' \
--data '
{
"idDocs": [
{
"backSideUrl": "<string>",
"docSetType": "unknown",
"documentId": "<string>",
"frontSideUrl": "<string>"
}
],
"orderType": "unknown",
"user": {
"country": "AD",
"dateOfBirth": "<string>",
"email": "<string>",
"firstName": "<string>",
"gender": "unknown",
"lastName": "<string>",
"phone": "<string>",
"address": {
"city": "<string>",
"country": "AD",
"line1": "<string>",
"postalCode": "<string>",
"line2": "<string>",
"state": "<string>",
"subDivision": "<string>"
},
"userType": "individual"
}
}
'{
"code": 123,
"data": {
"country": "AD",
"email": "<string>",
"name": "<string>",
"status": "unknown",
"type": "individual",
"uid": "<string>"
},
"message": "<string>",
"traceId": "<string>",
"displayError": "<string>"
}Was this page helpful?