Get Bank Account https://cms.inr-exchange.rare-able.com/api/user/get_bank_account
GET

This endpoint allows an authenticated user to retrieve their virtual bank account details. The response includes the account number, account holder name, bank name, country, and bank code. These details can be used for receiving funds or linking with other services.

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

virtual_account "object"

unique_id "string"
account_number "string"
account_holder_name "string"
account_bank_name "string"
account_bank_address "string"
account_bank_country "string"
bank_code "string"

success "boolean"
message "string"
code "integer"
data "object"