See if an Item supports real-time payments
POST https://{{env_url}}/transfer/capabilities/get
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}", "account_id"=>"{{account_id}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"institution_supported_networks":{"rtp":{"credit":true}},"request_id":"saKrIBuEB9qJZno"}