Create a registration

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

Registration API is only supported in certain payment methods.

  1. Credit Cards
    Supported. Used to register card information to be captured at a later date.
  2. Direct Debit
    Not supported.
  3. PIX
    Not Supported
  4. PayPal
    Not supported.
  5. Boleto
    Not supported.

Registrations API is used to register credit card information for use in a future payment. Difference between Authorization API is that it does not have an amount to block for future deduction.

Below is the summary of the Registration API's use case.

  1. Send a POST request to /rest/register with the parameters mentioned in the list below.
  2. Redirect the end user to the returned URL.
  3. End user inputs credit card data and gets redirected back to Merchant’s shop. In case of success, to success_url, in case of an error, to an error_url.
  4. Transaction status should now be registered. Keep the transaction_id for use in original_transaction_id field in further requests.
  5. Make a payment request Payment API. Fill original_transaction_id= with the ID from the Registration call above in the request body. Set recurring=1 if you intend to make recurring payments.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!