POST https://<
url_prefix
>/v2/payments/{id}/captures
 
                    Use one of these URL prefixes:
 
                    Test: 
nabgateway-developer.nab.com.au
Production: 
nabgateway-developer.nab.com.au
                    Where 
id
 is the authorization ID returned in the
                        authorization response. 
 
                    {
  "id": "6481692924466004003001"
}
                    The URL with the 
id
 value is included in the authorization
                        response:
 
                    {
  "_links": {
    "capture": {
      "method": "POST",
      "href": "/pts/v2/payments/6481692924466004003001/captures"
    }
  }