Sepa
List of SEPA withdrawal applications
Authorizations
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
get
GET //api/withdrawal/sepa HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
[
{
"amount": 1,
"balance_id": 1,
"beneficiary_address": "text",
"beneficiary_bank_country_id": 1,
"beneficiary_city": "text",
"beneficiary_country": "text",
"beneficiary_iban": "text",
"beneficiary_name": "text",
"commission": 1,
"date_status": "text",
"finally": true,
"id": 1,
"order_id": "text",
"ownerID": 1,
"rate": 1,
"rejection_message": "text",
"request_date": "text",
"sepa_status": "text",
"sepa_status_description": "text",
"sepa_transaction_id": "text",
"transfer_request_status_id": 1,
"user_id": 1,
"user_name": "text"
}
]
Create a SEPA withdrawal request
Authorizations
Body
amountnumberOptional
balance_idintegerOptional
beneficiary_addressstringOptional
beneficiary_bank_country_idintegerOptional
beneficiary_citystringOptional
beneficiary_countrystringOptional
beneficiary_ibanstringOptional
beneficiary_namestringOptional
commissionnumberOptional
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //api/withdrawal/sepa HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 210
{
"amount": 1,
"balance_id": 1,
"beneficiary_address": "text",
"beneficiary_bank_country_id": 1,
"beneficiary_city": "text",
"beneficiary_country": "text",
"beneficiary_iban": "text",
"beneficiary_name": "text",
"commission": 1
}
{
"order_id": "text"
}
SEPA Application Information
Authorizations
Path parameters
idintegerRequired
withdrawal sepa id
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
get
GET //api/withdrawal/sepa/{id} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
"amount": 1,
"balance_id": 1,
"beneficiary_address": "text",
"beneficiary_bank_country_id": 1,
"beneficiary_city": "text",
"beneficiary_country": "text",
"beneficiary_iban": "text",
"beneficiary_name": "text",
"commission": 1,
"date_status": "text",
"finally": true,
"id": 1,
"order_id": "text",
"ownerID": 1,
"rate": 1,
"rejection_message": "text",
"request_date": "text",
"sepa_status": "text",
"sepa_status_description": "text",
"sepa_transaction_id": "text",
"transfer_request_status_id": 1,
"user_id": 1,
"user_name": "text"
}