Jump to Content
pensopay
API Reference
Log Inpensopay
API Reference
Log In
API Reference

Documentation

  • Getting Started With The API
  • Payment states
  • Test Payments
  • Error handling
  • Callback
  • Subscription API

Payment API

  • Healthcheck
    • Healthcheckget
    • Healthcheckpost
  • Payments
    • Get paymentsget
    • Create new paymentpost
    • Get single paymentget
    • Update Paymentpatch
    • Anonymize paymentpost
    • Cancel paymentpost
    • Capture paymentpost
    • Refund paymentpost
    • Get events for a given paymentget
  • Account
    • Get account detailsget
    • Get methods for accountget
  • Methods
    • Get account logoget
    • Upload account logoput
  • Rules
    • /rulespost
    • /rulesget
    • /rules/{id}delete
    • /rules/{id}patch
  • Settlement
    • Get settlementsget
    • Get Settlement Transactionsget
    • Get Settlementget
  • Fees
    • Get auto-fees configured for accountget
    • Create a new feepost
    • Test fees for accountpost
    • Get a single feeget
    • Update a feepatch
    • Delete a feedelete

Subscription API

  • Create a new subscriptionpost
  • Get a list of subscriptionsget
  • Get single subscriptionget
  • Update a subscriptionpatch
  • Cancel subscriptionpost
  • Create paymentpost
  • Get a list of mandatesget
  • Create a new mandatepost
  • Get single mandateget
  • Revoke a mandatepost

Payment methods

  • Klarna
Powered by 

Getting Started With The API

This page will help you get started with the pensopay api.

URL

The API is accessible at https://api.pensopay.com/v2

Bearer Tokens

By logging in to https://app.pensopay.com you can issue and revoke tokens used for authentication

  • Table of Contents
    • URL
    • Bearer Tokens