- Retrieve associated payment instruments
Retrieves the payment gateway and a list of payment instruments that are associated with a payout request with a specified ID.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payout-requests/{id}/payment-instruments
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payout-requests/{id}/payment-instruments
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payout-requests/{id}/payment-instruments
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/payout-requests/{id}/payment-instruments' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Payout request associated payment instruments retrieved.
ID of the payment instrument to offer for the payout.
Name of the payment gateway and payment instrument to use for the payout. This field is empty if the requested payment instrument has not been used yet.
ID of the gateway account to use for processing this allocation.
Payout configuration for the gateway account.
Total amount of sales minus credit for the specified gateway and instrument.
Total amount of allocated credit for the payout request for the specified gateway and instrument.
Date and time when the last payment is created for the gateway and the payment instrument. Payments are the result of sale or capture transactions.
[ { "paymentInstrumentId": "inst_0YVB8KPKNXCBR9EDX7JHSED75N", "gatewayName": "A1Gateway", "gatewayAccountId": "gateway_0YVB8KPKNXCBR9EDX7JHSED75N", "gatewayPayoutInstruction": "covered-payout", "exposureAmount": 0.1, "previousAllocatedAmount": 0.1, "lastPaymentTime": "2019-08-24T14:15:22Z", "lastPayoutTime": "2019-08-24T14:15:22Z" } ]