API
Čeština
Čeština
  • Úvod
  • Požadavky na používání rozhraní API
  • Autorizace zákazníka
  • Vytvoření faktury a provedení platby
  • API reference
    • Currency
      • Chain
      • Coin
      • Tokens
    • Api
      • Balance
        • Coin
        • Fiat
        • General
        • State
          • User
        • Available
          • Off
          • Set
        • Default
          • Off
          • Set
      • Country
        • Id
        • Sepa
      • Notification
        • Unread
      • Product
        • Favorite
        • Onboarding
      • Referral
        • Statistics
      • Subscribe
        • Info
      • Support
      • Tfa
        • Otp
        • Type
      • Timezone
        • Set
      • Transfer
        • Exchange
          • Course
        • Check
          • Recipient
      • Wallet
      • Blockchain
        • Multisigs
        • Operations
          • Types
      • Docs
        • List
          • Status
        • Profile
          • Contract
          • Questionnaire
            • Confirm
        • Show
      • Owner
        • Currency
          • Tokens
        • Info
          • Avatar
        • Subtype
        • Type
      • Pay
        • M pos
          • All
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay form
          • Info
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay link
          • Coins
          • Info
          • Return
          • Reusable
          • Search
          • Statistic
          • Statistics
          • Temporary
          • Status
            • Available
        • Business wallet
          • Statistic
          • Statistics
      • Personal
        • Email
          • Otp
            • Check
        • Psw
          • Otp
            • Check
      • Receive
        • Create
      • Report
        • Excel
      • User
        • Delete
        • Info
          • Avatar
        • Invite
          • List
          • Role
          • Send
        • List
      • Withdrawal
        • Sepa
          • Commission
          • Template
    • Auth
      • Log out
      • Qrcode
      • Sign in
        • Psw
          • Check
      • Recovery
        • Psw
          • Otp
            • Check
      • Sign up
        • Check
        • Email
          • Check code
          • Get code
        • Owner
          • Update
        • Pss
          • Set
        • User
          • Update
      • Token
        • Check
        • Refresh
      • Tfa
        • Otp
          • Email
    • Invoice
      • Create
      • Pay
      • Receive
    • Tfa
      • Reset
      • Otp
        • Reset
          • Id
    • External
      • Transfer
        • Info
        • Check
          • Send
    • Notify
      • Compliance
        • Identify
    • Paylink
      • External environment
        • Info
        • M pos prepay
        • Pay form prepay
  • Specification
Powered by GitBook
On this page
  1. API reference
  2. Api
  3. Withdrawal
  4. Sepa

Template

PreviousCommissionNextAuth

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

get

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

Authorizations
Path parameters
idintegerRequired

withdrawal sepa template 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/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
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
delete
DELETE //api/withdrawal/sepa/template/{id} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*

No content

  • GETList of templates for SEPA withdrawal
  • POSTSave SEPA withdrawal template
  • GETИнформация о шаблоне на вывод SEPA
  • DELETERemoving a template for SEPA withdrawal

List of templates for SEPA withdrawal

get

List of templates for SEPA withdrawal

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/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
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
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