Xfers · Authentication Profile

Xfers Authentication

Authentication

Xfers secures its APIs with apiKey and http across 4 declared security schemes, as derived from its OpenAPI definitions.

PaymentsFintechBank TransfersDigital WalletsLendingSingaporeIndonesiaSoutheast Asia
Methods: apiKey, http Schemes: 4 OAuth flows: API key in: header, query

Security Schemes

X-XFERS-APP-API-KEY apiKey
· in: header (X-XFERS-APP-API-KEY)
X-XFERS-USER-API-KEY apiKey
· in: header (X-XFERS-USER-API-KEY)
user-api-token apiKey
· in: query (X-XFERS-USER-API-KEY)
v4XfersAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/xfers-indonesia-openapi.json, openapi/xfers-indonesia-payment-gateway-unique-amount-openapi.json,
  openapi/xfers-indonesia-payment-gateway-va-cvs-openapi.json, openapi/xfers-singapore-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: X-XFERS-APP-API-KEY
  type: apiKey
  in: header
  parameter: X-XFERS-APP-API-KEY
  description: You can retrieve this from your merchant's dashboard
  sources:
  - openapi/xfers-indonesia-openapi.json
  - openapi/xfers-indonesia-payment-gateway-unique-amount-openapi.json
  - openapi/xfers-indonesia-payment-gateway-va-cvs-openapi.json
  - openapi/xfers-singapore-openapi.json
- name: X-XFERS-USER-API-KEY
  type: apiKey
  in: header
  parameter: X-XFERS-USER-API-KEY
  description: You can retrieve this by using [get_token API](../sg/api/cutting-edge#operation/getToken)
  sources:
  - openapi/xfers-indonesia-openapi.json
  - openapi/xfers-indonesia-payment-gateway-unique-amount-openapi.json
  - openapi/xfers-indonesia-payment-gateway-va-cvs-openapi.json
  - openapi/xfers-singapore-openapi.json
- name: user-api-token
  type: apiKey
  in: query
  parameter: X-XFERS-USER-API-KEY
  description: You can retrieve this by using [get_token API](../sg/api/cutting-edge#operation/getToken)
  sources:
  - openapi/xfers-indonesia-openapi.json
  - openapi/xfers-indonesia-payment-gateway-unique-amount-openapi.json
  - openapi/xfers-indonesia-payment-gateway-va-cvs-openapi.json
  - openapi/xfers-singapore-openapi.json
- name: v4XfersAuth
  type: http
  scheme: bearer
  bearerFormat: xfers_api_token
  description: "You can retrieve this from the dashboard. For instance: \n\n```\n\nAuthorization:\
    \ Bearer <xfers_api_token>\n\n```"
  sources:
  - openapi/xfers-indonesia-openapi.json
  - openapi/xfers-indonesia-payment-gateway-unique-amount-openapi.json
  - openapi/xfers-indonesia-payment-gateway-va-cvs-openapi.json
  - openapi/xfers-singapore-openapi.json