Payment Bank Details

GET {{baseUrl}}/payment/banks/:bank_id

This endpoint allows you to fetch the details of the bank associated with the store to recieve payments by passing the bank_id as a path parameter.

payments.read- Payments Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cinteger\u003e","bank_name":"\u003cstring\u003e","account_name":"\u003cstring\u003e","status":"inactive"}}