• France
Merchant Back Office
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Initializing the payment

The merchant website initiates a payment request via a call to the Charge/CreatePayment Web Service (or Charge/CreateToken if you just want to register the card, without payment).

POSThttps://api.secure.osb.pf/api-payment/V4/Charge/CreatePayment

Use the fields below to build your request:

NAME DESCRIPTION REQUIRED
amount Amount for which authentication is requested. Yes
currency Alphanumeric code of the currency. Yes
orderId Order reference.

This field is recommended.

No
formAction Type of desired behavior when a transaction is being created. No
customer Object containing buyer’s data. No

 In order to obtain a more detailed description of the fields to use, test the Charge/CreatePayment Web Service using our playground.

In response, the merchant server retrieves a formToken, an encrypted object allowing to initialize the embedded form with the transaction details and the details corresponding to the shop configuration.

© 2025 {'|'} All rights reserved to PayZen by OSB
25.22-1.11