Skip to main content
GET
Show payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Payment details

id
string
required
Example:

"pay_abc123"

mollie_payment_id
string
required
Example:

"tr_abc123"

mollie_payment_status
enum<string>
required
Available options:
open,
canceled,
pending,
authorized,
expired,
failed,
paid
Example:

"paid"

webhook_url
string | null
Example:

"https://example.com/webhook"