{ "opencollection": "1.0.0", "info": { "name": "US Bank Corporate Account Information Accounts Push to Card Payments API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.usbank.com/oauth/authorize", "accessTokenUrl": "https://api.usbank.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Push to Card Payments", "type": "folder" }, "items": [ { "info": { "name": "Initiate Push to Card Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.usbank.com/v1/push-to-card/payments", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Correlation-ID", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate an instant fund disbursement to a Visa or Mastercard debit card. The transaction limit is $125,000 per transaction. All originated Push to Card transactions are irrevocable once submitted." }, { "info": { "name": "Get Push to Card Payment Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.usbank.com/v1/push-to-card/payments/:paymentId", "headers": [ { "name": "Correlation-ID", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "paymentId", "value": "", "type": "path", "description": "Unique payment identifier" } ] }, "docs": "Retrieve the status and details of a Push to Card payment." } ] } ], "bundled": true }