Payouts root resource, returns links to available payouts actions.
Payouts (1)
Download OpenAPI description
Languages
Servers
Test (Try)
https://try.access.worldpay.com/
Live
https://access.worldpay.com/
- 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 payloadResponse
application/vnd.worldpay.payouts-v1+json
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 payloadResponse
application/vnd.worldpay.payouts-v1+json
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 } ] }
Bodyapplication/vnd.worldpay.payouts-v1+json
Basic disbursement input.
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#
 
application/vnd.worldpay.payouts-v1+json
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" }, "narrative": "STATEMENT" }, "transactionReference": "transaction-ref" }
Response
application/vnd.worldpay.payouts-v1+json
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 } ] }
Bodyapplication/vnd.worldpay.payouts-v1+json
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#
 
application/vnd.worldpay.payouts-v1+json
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" }, "narrative": "STATEMENT" }, "transactionReference": "transaction-ref" }
Response
application/vnd.worldpay.payouts-v1+json
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 } ] }