PartnerCard Payment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
[[File:Partner-card.jpg]] | [[File:Partner-card.jpg]] | ||
The partner card registration contains three steps. | |||
# '''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. | |||
# '''Card issueing''': The previously registered card can be issued. This means that the card will be attached to a Barion wallett. | |||
# '''Card activation''': | |||
== Card preparation example == | |||
'''Request''' | |||
<pre> | |||
{ | |||
"PartnerKey" : "{{hellopay_partner_key}}", | |||
"PAN": "4657 3726 1490" | |||
} | |||
</pre> | |||
'''Response''' | |||
<pre> | |||
{ | |||
"PrivateCardKey": "b9c8c4c3e660484ca166a32f0ba584cf", | |||
"Errors": [] | |||
} | |||
</pre> | |||
== TopUp process == | == TopUp process == |
Revision as of 12:48, 1 June 2017
Partner Card Payment
Card registration process
The partner card registration contains three steps.
- 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.
- Card issueing: The previously registered card can be issued. This means that the card will be attached to a Barion wallett.
- Card activation:
Card preparation example
Request
{ "PartnerKey" : "{{hellopay_partner_key}}", "PAN": "4657 3726 1490" }
Response
{ "PrivateCardKey": "b9c8c4c3e660484ca166a32f0ba584cf", "Errors": [] }
TopUp process
TODO
Payment process
TODO