Security
oauth2(Required scopes: payment.instrument:list) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/people/{personId}/payment-instruments?isExternal=true&includeDeleted=false&showFullAccountNumber=false' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- any
- any (2)
- any (3)
- Payroll
- Payment Network
- any (4)
- any (5)
{ "count": 0, "status": 0, "data": [ { … } ] }