v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBPayout Methods
Retrieve a payout method by Id
This is used to fetch a payout method by its unique Id for one of your sub accounts
get/accounts/{id}/payout-methods/{payoutMethodId}
Path parameters
idstring required
Example:ac_b83f2653-06d7-44a9-a548-5825e8186004
the account id of one of your sub accounts
payoutMethodIdstring required
Example:pm_01FCTS1XMKH9FF43CAFA4CXT3P
Payout method to retrieve
Response
Successfully retrieved the given payout method
Example response
{
"id": "pm_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"type": "BankAccount",
"displayName": "Primary GBP Account",
"status": "Valid",
"currency": "GBP",
"countryCode": "GB",
"bankAccount": {
"bankIdType": "SortCode",
"bankId": "0123",
"branchIdType": "TransitNumber",
"branchId": "11122",
"bankName": "Ryft Bank Ltd",
"swiftCode": "NAIAGB21",
"accountNumberType": "UnitedKingdom",
"last4": "0001",
"address": {
"lineOne": "123 Test Street",
"city": "Manchester",
"country": "GB",
"postalCode": "SP4 7DE"
}
},
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}