Topup-FromWalletWithPartnerCard-v2: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Barion API: Topup from wallet partner card}} {{TableOfContents}} {{api_callmethod |method=POST |uri=/v2/TopUp/FromWalletWithPartnerCard }} == Use cases ==...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageTitle|title=Barion API: Topup from wallet partner card}} | {{PageTitle|title=Barion API: Topup from wallet with partner card}} | ||
{{TableOfContents}} | {{TableOfContents}} |
Revision as of 16:20, 12 June 2017
Barion API: Topup from wallet with partner card
POST | /v2/TopUp/FromWalletWithPartnerCard |
---|
Use cases
This endpoint can transfer e-money from one wallet to another (identified by the card). Read more about it here
v2 This API endpoint is available in API v2 only.
Input properties
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
PartnerKey | Guid |
|
The secret API key of the partner, generated by Barion. |
SourceWalletLoginName | string |
|
The Barion login name (e-mail address) of the facilitator. This is the source wallet for the transfer. The specified amount will be transferred from here to the wallet identified by the card. If topup fees are applicable for the transaction they will be charged here as well. |
PrivateCardKey | string | - | The private key of the card. |
CardPin | string |
|
The PIN code associated with the card. |
Amount | decimal | - | The amount that should be topped up to the wallet. |
Currency | decimal |
|
The currency of the transaction |
Output properties
Property name | Property type | Description |
---|---|---|
WasTopUpSuccessful | bool | True, if the process was successful. |
TopUpTransactionId | string | The Id of the topup |
Possible error responses
Error code | Description |
---|---|
InvalidCardKey | The card key provided either doesn't belong to a card or the card is already issued. |
UserCantMakeOutgoingTransaction | The source of the transfer, the facilitator user is not allowed to make outgoing transactions. Probably suspended. |
InvalidUser | Something is seriously broken with an account in the transaction. |
TopUpFailed | The topup process failed because of a system error. |