Paykeys
Paykeys are secure tokens that link verified customer identities to their bank accounts. Each Paykey includes built-in balance checking, fraud detection through LSTM machine learning models, and can be reused for subscriptions and recurring payments without storing sensitive data. Paykeys eliminate fraud by ensuring the person initiating payment owns the funding account.
Lookup a paykey
PaykeyV1 Paykeys.Get(PaykeyGetParamsparameters, CancellationTokencancellationToken = default)
GET/v1/paykeys/{id}
Unmask a paykey
PaykeyUnmaskedV1 Paykeys.Unmasked(PaykeyUnmaskedParamsparameters, CancellationTokencancellationToken = default)
GET/v1/paykeys/{id}/unmasked
List paykeys
PaykeySummaryPagedV1 Paykeys.List(PaykeyListParams?parameters, CancellationTokencancellationToken = default)
GET/v1/paykeys
Retrieve an unmasked paykey token
PaykeyRevealResponse Paykeys.Reveal(PaykeyRevealParamsparameters, CancellationTokencancellationToken = default)
GET/v1/paykeys/{id}/reveal
Update a paykey's balance
PaykeyV1 Paykeys.UpdateBalance(PaykeyUpdateBalanceParamsparameters, CancellationTokencancellationToken = default)
PUT/v1/paykeys/{id}/refresh_balance
PaykeysReview
Paykeys are secure tokens that link verified customer identities to their bank accounts. Each Paykey includes built-in balance checking, fraud detection through LSTM machine learning models, and can be reused for subscriptions and recurring payments without storing sensitive data. Paykeys eliminate fraud by ensuring the person initiating payment owns the funding account.
Update a paykey's status
PaykeyV1 Paykeys.Review.Decision(ReviewDecisionParamsparameters, CancellationTokencancellationToken = default)
PATCH/v1/paykeys/{id}/review
Get paykey review details
ReviewGetResponse Paykeys.Review.Get(ReviewGetParamsparameters, CancellationTokencancellationToken = default)
GET/v1/paykeys/{id}/review
Update a paykey's identity review decision
PaykeyV1 Paykeys.Review.RefreshReview(ReviewRefreshReviewParamsparameters, CancellationTokencancellationToken = default)
PUT/v1/paykeys/{id}/refresh_review