Template

List of templates for SEPA withdrawal

get

List of templates for SEPA withdrawal

Authorizations
Responses
200
OK
application/json
get
GET //api/withdrawal/sepa/template HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "beneficiary_address": "text",
    "beneficiary_bank_country_id": 1,
    "beneficiary_city": "text",
    "beneficiary_country": "text",
    "beneficiary_iban": "text",
    "beneficiary_name": "text",
    "id": 1,
    "name": "text",
    "ownerID": 1,
    "user_id": 1
  }
]

Save SEPA withdrawal template

post

Save SEPA withdrawal template

Authorizations
Body
beneficiary_addressstringOptional
beneficiary_bank_country_idintegerOptional
beneficiary_citystringOptional
beneficiary_countrystringOptional
beneficiary_ibanstringOptional
beneficiary_namestringOptional
namestringOptional
Responses
204
No Content
post
POST //api/withdrawal/sepa/template HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 183

{
  "beneficiary_address": "text",
  "beneficiary_bank_country_id": 1,
  "beneficiary_city": "text",
  "beneficiary_country": "text",
  "beneficiary_iban": "text",
  "beneficiary_name": "text",
  "name": "text"
}

No content

Информация о шаблоне на вывод SEPA

get

Информация о шаблоне на вывод SEPA

Authorizations
Path parameters
idintegerRequired

withdrawal sepa template id

Responses
200
OK
application/json
get
GET //api/withdrawal/sepa/template/{id} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
  "beneficiary_address": "text",
  "beneficiary_bank_country_id": 1,
  "beneficiary_city": "text",
  "beneficiary_country": "text",
  "beneficiary_iban": "text",
  "beneficiary_name": "text",
  "id": 1,
  "name": "text",
  "ownerID": 1,
  "user_id": 1
}

Removing a template for SEPA withdrawal

delete

Removing a template for SEPA withdrawal

Authorizations
Path parameters
idintegerRequired

withdrawal sepa template id

Responses
204
No Content
delete
DELETE //api/withdrawal/sepa/template/{id} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*

No content