Skip to content
Payplug Elements
Search
Ctrl
K
Cancel
Toggle theme
Select language
English
Français
How it works
Create a session
Show the elements
Playground
Styling
Payment methods
Feature flags
Languages & currency
Component reference
Webhooks
HTTP API reference
Overview
oauth
Overview
Obtain an access token
POST
api
Overview
Create an Elements session
POST
Search sessions
GET
One session
GET
Refund a session in full
POST
Re-send a notification
POST
Search attempts
GET
One attempt
GET
Refund one attempt
POST
Search transactions
GET
One transaction
GET
Refund one transaction
POST
Identify the caller
GET
elements
Overview
Read the session view
GET
Start a payment attempt
POST
Confirm an attempt with the challenge's answer
POST
Accept a mandated partial authorization
POST
Cancel an authorized attempt
POST
Abandon a pending attempt
POST
Record the payer's acceptance of the terms
POST
Abandon the payment
POST
Toggle theme
Select language
English
Français
Overview
api
Section titled “api”
Dashboard & server-to-server surface, JWT-authenticated (OAuth2)
Operations
Section titled “Operations”
GET
/api/sessions
POST
/api/sessions
GET
/api/sessions/{sessionId}
POST
/api/sessions/{sessionId}/refund
POST
/api/sessions/{sessionId}/notification
GET
/api/attempts
GET
/api/attempts/{attemptId}
POST
/api/attempts/{attemptId}/refund
GET
/api/transactions
GET
/api/transactions/{transactionId}
POST
/api/transactions/{transactionId}/refund
GET
/api/me