Retrieve the details of an existing basic disbursement or Fast Access payout.
Payouts (3)
Authentication
Set your headers
Authorization: {your_credentials}
Content-Type: application/vnd.worldpay.payouts-v3+json
Accept: application/vnd.worldpay.payouts-v3+jsonReplace {your_credentials} with your base64-encoded Basic Auth username and password.
DNS whitelisting
Whitelist the following URLs:
https://try.access.worldpay.com/https://access.worldpay.com/
Please ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned.
- Test (Try)https://try.access.worldpay.com/payouts/{resource}
- Livehttps://access.worldpay.com/payouts/{resource}
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
No request payload- Basic Disbursement: Successful resource retrieval with outcome requestReceived
- Basic Disbursement: Successful resource retrieval with outcome refused
- Basic Disbursement: Successful resource retrieval with outcome error
- Basic Disbursement: Successful resource retrieval with outcome queryRequired
- Fast Access Payout: Successful resource retrieval with outcome requested
- Fast Access Payout: Successful resource retrieval with outcome pending
- Fast Access Payout: Successful resource retrieval with outcome approved
- Fast Access Payout: Successful resource retrieval with outcome disbursed
- Fast Access Payout: Successful resource retrieval with outcome refused
- Fast Access Payout: Successful resource retrieval with outcome error
- Fast Access Payout: Successful resource retrieval with outcome queryRequired
Basic Disbursement: Successful resource retrieval with outcome requestReceived
{ "outcome": "requestReceived", "receivedAt": "2023-09-01T10:37:36.923Z", "_links": { "payouts:payout": { "href": "https://try.access.worldpay.com/payouts/{resource}" }, "curies": [ { "name": "payouts", "href": "https://try.access.worldpay.com/rels/payouts/{rel}", "templated": true } ] } }
- Test (Try)https://try.access.worldpay.com/payouts/query
- Livehttps://access.worldpay.com/payouts/query
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
No request payload- Basic Disbursement: An existing resource is retrieved with outcome 'requestReceived'
- Basic Disbursement: An existing resource is retrieved with outcome 'refused'
- Basic Disbursement: An existing resource is retrieved with outcome 'error'
- Fast Access: An existing resource is retrieved with outcome 'requested'
- Fast Access: An existing resource is retrieved with outcome 'pending'
- Fast Access: An existing resource is retrieved with outcome 'approved'
- Fast Access: An existing resource is retrieved with outcome 'disbursed'
- Fast Access: An existing resource is retrieved with outcome 'refused'
- Fast Access: An existing resource is retrieved with outcome 'error'
Basic Disbursement: An existing resource is retrieved with outcome 'requestReceived'
{ "outcome": "requestReceived", "receivedAt": "2018-09-01T10:37:36.923Z", "_links": { "payouts:payout": { "href": "https://try.access.worldpay.com/payouts/{resource}" }, "curies": [ { "name": "payouts", "href": "https://try.access.worldpay.com/rels/payouts/{rel}", "templated": true } ] } }
An object that contains all the information related to your payout request.
An object that contains information about the merchant.
- Test (Try)https://try.access.worldpay.com/payouts/basicDisbursement
- Livehttps://access.worldpay.com/payouts/basicDisbursement
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
- Successful Basic Disbursement
- Unsuccessful Payout request
- Successful Basic Disbursement to a token
- Successful Basic Disbursement to a networkToken
- Successful Basic Disbursement to a decrypted applepay
Successful Basic Disbursement
{ "merchant": { "entity": "default" }, "instruction": { "value": { "amount": 300, "currency": "GBP" }, "payoutInstrument": { "type": "card/plain", "cardHolderName": "Sherlock Holmes", "cardExpiryDate": { "month": 1, "year": 2025 }, "cardNumber": "4444333322221111", "billingAddress": { "address1": "address1", "address2": "address2", "address3": "address3", "postalCode": "postalCode", "city": "city", "state": "state", "countryCode": "GB" } }, "narrative": { "line1": "STATEMENT", "line2": "OPTIONAL" } }, "transactionReference": "transaction-ref" }
- Successful Basic Disbursement
- Unsuccessful Payout request
- Successful Basic Disbursement to a token
- Successful Basic Disbursement to a networkToken
- Successful Basic Disbursement to a decrypted applepay
Successful Basic Disbursement
{ "outcome": "requestReceived", "receivedAt": "2018-09-01T10:37:36.923Z", "_links": { "payouts:payout": { "href": "https://try.access.worldpay.com/payouts/{resource}" }, "curies": [ { "name": "payouts", "href": "https://try.access.worldpay.com/rels/payouts/{rel}", "templated": true } ] } }
An object that contains all the information related to your payout request.
An object that contains information about the merchant.
- Test (Try)https://try.access.worldpay.com/payouts/fastAccess
- Livehttps://access.worldpay.com/payouts/fastAccess
- Payload
- curl
- Python
- Java
- Node.js
- Go
- PHP
- Ruby
- C#
- Successful issuing of a disbursal request
- Successful disbursal of funds
- Successful disbursal of funds to a token
- Successful disbursal of funds to a networkToken
- Successful disbursal of funds to a decrypted applepay
Successful issuing of a disbursal request
{ "merchant": { "entity": "default" }, "instruction": { "value": { "amount": 300, "currency": "GBP" }, "payoutInstrument": { "type": "card/plain", "cardHolderName": "Sherlock Holmes", "cardExpiryDate": { "month": 1, "year": 2025 }, "cardNumber": "4444333322221111", "billingAddress": { "address1": "address1", "address2": "address2", "address3": "address3", "postalCode": "postalCode", "city": "city", "state": "state", "countryCode": "GB" } }, "narrative": { "line1": "STATEMENT", "line2": "OPTIONAL" } }, "transactionReference": "transaction-ref" }
- Successful issuing of a disbursal request
- Successful disbursal of funds
- Successful disbursal of funds to a token
- Successful disbursal of funds to a networkToken
- Successful disbursal of funds to a decrypted applepay
Successful issuing of a disbursal request
{ "outcome": "pending", "receivedAt": "2018-09-01T10:37:36.923Z", "_links": { "payouts:payout": { "href": "https://try.access.worldpay.com/payouts/{resource}" }, "curies": [ { "name": "payouts", "href": "https://try.access.worldpay.com/rels/payouts/{rel}", "templated": true } ] } }