Partner API
test
  • latest
  • test
    Partner API
    test
    • latest
    • test
    • Back to home
    • SEPA Transfers
    • Create a SEPA Transfer
      POST
    • Get SEPA Transfer Details
      GET
    • Get SEPA Deposit Info
      GET

      Get SEPA Deposit Info

      Testing
      Testing Env
      https://partner-api-stage.p100.io
      Testing Env
      https://partner-api-stage.p100.io
      GET
      /v1/partner/sepa-deposit/info
      This endpoint retrieves the banking details assigned to your Partner Master Wallet.
      Use these details to deposit funds (EUR) to your account via a standard SEPA bank transfer.
      Response Details:
      iban: The dedicated Virtual IBAN for your account.
      swift: The BIC/SWIFT code of the bank.
      title: The reference code associated with this account. It is recommended to include this in the transfer title to ensure faster processing.

      Request

      Authorization
      API Key
      Add parameter in header
      x-api-key
      Example:
      x-api-key: ********************
      or

      Responses

      🟢200Success
      application/json
      Body

      🟠401
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://partner-api-stage.p100.io/v1/partner/sepa-deposit/info' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      200 - Success
      {
          "title": "b32ab065-1f05-4322-a39f-cc185bf1de51",
          "iban": "LT333130010135556427",
          "swift": "BZENLT22",
          "accountHolder": "P100 sp. z o.o.",
          "address": "Połonińska 19"
      }
      Previous
      Get SEPA Transfer Details
      Built with