PartnerCard Payment

From Barion Documentation
Jump to navigation Jump to search

Partner Card Payment

Card registration process


The partner card registration contains three steps.

  1. Card preparation: The partner requests a new card secret from the Barion API. This is stored on the card and used for authentication later. One card number can only be registered once. At this point the card is not attached to any Barion wallet.
  2. Card issueing: The previously registered card can be issued. This means that the card will be attached to a Barion wallett.
  3. Card activation:

Card preparation example

Request

{
   "PartnerKey" : "{{hellopay_partner_key}}",
   "PAN": "4657 3726 1490"
}

Response

{
  "PrivateCardKey": "b9c8c4c3e660484ca166a32f0ba584cf",
  "Errors": []
}

TopUp process

TODO

Payment process

TODO

Related API endpoints