Create a registration

Registration API is used to register transaction to beused in payment creation at a later date.

Body Params
string
required

API key of the merchant.

string
required

Identifier for the payment method. See list of payment methods in the following link https://continentalpay.readme.io/reference/list-of-payment-methods.

string
required

Order ID of the payment. We suggest to use readable but unique value for this field.

int32
Defaults to 0

1 for recurring and 0 for non-recurring.

string

HTTPs URL where you would like to receive webhook/postback notifications. E.g https://yourwebsite.com/postbacks

string

Locale for the payment page. Only used in Credit Card payments where customer is redirected to our payment page. Find supported locales here.

string

Any other random data that you would like to associate the transaction with.

string

Address of the customer.

string

Supplementary address of the customer.

string

City of the customer.

string

Postal code of the customer.

string

State of the customer.

string
required

2 letter ISO code of the country of the customer. E.g DE

string

First name of the customer.

string

Last name of the customer.

string

Email of the customer.

string

Phone of the customer.

string

Success URL of your website to redirect customers to upon a successful payment. For payment methods that involve browser redirection such as credit card payments, these URLs are required. The following data is appended to the URL, which is used when redirecting back to the shop’s success or error URLs: order_id,transaction_id.

string

Error URL of your website to redirect customers to upon a failed payment. For payment methods that involve browser redirection such as credit card payments, these URLs are required. The following data is appended to the URL, which is used when redirecting back to the shop’s success or error URLs: order_id,transaction_id.

string

Domain of the website that will render our payment page. Only used for Credit Card payments when the redirect link will be rendered in an I-frame.

Headers
string
Defaults to application/json

Content type of the request body.

Response
200
Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here!