Make Request
All responses to requests are in the form of objects with the format depending on the bank's service provider.
Before use this SnapBi
make sure to setup configuration.
Actually, apart from the bca
method and key, there are still several banks that can be used later. Take a look at the bank support currently available.
So, the method or key params for
method depend on key of bank support currently available.
Headers
Headers may be added to requests using the withHeaders
method. This withHeaders
method accepts an array of key / value pairs:
The withHeaders
method merges new headers into the request's existing headers.
Body
Body may be added to requests using the withBody
method. This withBody
method accepts an array of key / value pairs:
The withBody
method merges new body into the request's existing body.
Call available method
Apart from vaInquiry, you can also use the available functions. You can check here for more available functions details
Last updated