API Reference

Fetch a bank account

GET/bank_accounts/{id}

Query Parameters

idstring

The bank account record ID

Request

curl
curl -u TEST:TEST https://gateway.pmnts-sandbox.io/v1.0/bank_accounts/071-B-C2FJI049

Response

200cURL
json
{
   "response" : {
    "bsb" : "123-123",
    "account_number" : "12312312",
    "created_at" : "2018-01-18T10:31:09+11:00",
    "id" : "071-B-C2FJI049",
    "account_name" : "Test"
   },
   "errors" : [],
   "test" : true,
   "successful" : true
}