Input | Type | Values | Description | Mandatory |
Integer | 7 digits | Your unique merchant number. The number is located | Yes | |
Long | The unique number that identifies the subscriber. | |||
String | Max 20 characters. (Nets recommends that the order ID is 8 digits max. Numbers from 0-9) | The order ID from your own system. Used as a reference between your system and Bambora. | Yes | |
amount | Integer | Use minor units | The amount in minor units. E.g. DKK 125.75 must be specified as 12575 in the amount field. | Yes |
currency | String | 208 = DKK 978 = EUR 840 = USD | The currency of the transaction. See all currency codes here. | Yes |
Integer | 0 = Manually 1 = Automatically | If you put this at 1, the payment is captured automatically. By default, it is set at 0 and you have to capture the payment from the Bambora administration or through our API/web service. | Yes | |
group | String | Max 100 characters. | The group to which the payment is associated. | No |
description | String | Max 1024 characters. | A description of the payment. You can see it in your Bambora administration. | No |
email | String | Max 100 characters. | If you enter an email address here, you'll receive an email when the payment is | No |
String | Max 8 characters. | If you enter a mobile phone number here, you'll receive an SMS containing information about the payment. It costs DKK 0.25 per SMS. | No | |
String | Max 15 characters. | Card holder's IP address. This is used by Fraud Fighter. | No |
Output | Type | Values | Description |
authorizeResult | Boolean | See description of output values. | |
Long | The unique number which identifies the payment. It is returned at | ||
Integer | If Nets | ||
Integer | If Bambora rejects the capture, you can find the error code in | ||
Output values | If the payment is successful, authorizeResult is returned as true. If not, the value is false. When you get a false, you can use |
Input | Type | Values | Description | Mandatory |
Integer | 7 digits | Your unique merchant number. The number is located | Yes | |
Long | The unique number which identifies the subscriber. | Yes |
Output | Type | Values | Description |
deletesubscriptionResult | Boolean | See description of output values. | |
epayresponse | Integer | If Bambora rejects the deletion, you can find the error code in epayresponse. | |
Output values | If the subscription is deleted, deletesubscriptionResult is returned as true. If not, the value is false. When the value is false, please use |
Input | Type | Values | Description | Mandatory |
Integer | 7 digits | Your unique merchant number. The number is located | Yes | |
language | Integer | 1 | The (1) for Danish (2) for English (3) for Swedish | Yes |
Integer | The error code you receive from Nets in | No |
Output | Type | Values | Description |
getEpayErrorResult | Boolean | See description of output values. | |
epayResponseString | String | The error returned as a string from Bambora. | |
epayresponse | Integer | If Bambora rejects the call, you can find the error code in epayresponse. | |
Output values | If it is possible to retrieve information about the error code, getEpayErrorResult is returned as true. If not, the returned value is false. When the returned value is false, |
Input | Type | Values | Description | Mandatory |
Integer | 7 digits | Your unique merchant number. The number is located | Yes | |
language | Integer | 1 | The language in which the result is returned: (1) for Danish (2) for English (3) for Swedish | Yes |
Integer | The error code you receive from Nets in | No |
Output | Type | Values | Description |
getPbsErrorResult | Boolean | See description of output values. | |
pbsResponseString | String | The error returned as a string from Bambora. | |
epayresponse | Integer | If Bambora rejects the call, you can find the error code in epayresponse. | |
Output values | If it is possible to retrieve information about the error code, getPbsErrorResult is returned as true. If not, the returned value is false. When the returned value is false, |
Input | Type | Values | Description | Mandatory |
Integer | 7 digits | Your unique merchant number. The number is located | Yes | |
Long | The unique number which identifies the subscriber. If this value is put at 0, all created subscriptions are returned. If the value is > 0, only the subscription matching the ID is returned. | Yes |
Output | Type | Values | Description |
getsubscriptionsResult | Boolean | See description of output values. | |
An array of the type SubscriptionInformationType. The object consists of the following elements: | |||
Long | The unique number which identifies the subscription. | ||
description | String | Max 1024 characters | Description of the payment. You can find the description |
created | The time stamp for the creation of the subscription. | ||
TransactionInformationType | An array of type TransactionInformationType. Find information about | ||
Output values | If it's possible to retrieve a list of subscriptions, the value is returned as true. If not, the returned value is false. When the value is returned as false, please use |