Review
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
client.Paykeys.Review.Decision(ctx, id, params) (*PaykeyV1, error)
PATCH/v1/paykeys/{id}/review
Get paykey review details
client.Paykeys.Review.Get(ctx, id, query) (*PaykeyReviewGetResponse, error)
GET/v1/paykeys/{id}/review
Update a paykey's identity review decision
client.Paykeys.Review.RefreshReview(ctx, id, body) (*PaykeyV1, error)
PUT/v1/paykeys/{id}/refresh_review