MyPage Integration

If you would like to extend your integration and update your "My Page" at your web shop with invoice and partial payment information, there are several web services to support this functionality. You can let your customers see the invoice as pdf, customer invoice information and partial payment status. Below is information about these integrations.

PayByBill processes

Show all / Hide all

fold faq

View invoice pdf*

1) The customer logs into their MyPage. 
2) The customer chooses to view their invoice as printed. 
3) A request is made to Gothia for a print-out  of the pdf. * This feature is only available if Gothia produces the invoice.

fold faq

Partial payment information

Basic info

Total balance (including accrued interest)OCR number Payment account
150019290021212498898-4

Latest events

NoticeNoMTP DateDue date Status
12002011-01-202011-01-30Bet
21502011-02-202011-02-30-

Transactions

Transaction typeDateAmount
Payment2011-04-22 200
Payment2011-04-10200
Interest2011-04-0118
Invoice number 565662011-01-011000
fold faq

View partial payment information

1) The customer logs into their MyPage.
2) The customer chooses to view partial payment information.
3) Depending on what the customer chooses to view, different calls are made to Gothia which can be seen below.

fold faq

View invoice information

1) The customer logs into their MyPage.
2) The customer chooses to see invoice information.
3) A request is made to Gothia which responds with invoice information that can be seen below.
Invoice information

Invoice /OCR Invoice date Amount Amount remainingInvoice due date
 35000869121342 2009-04-21 33202009-05-05

Webservice functions

Show all / Hide all

fold faq

View invoice information

1. GetCustomer: If you don't have the Gothia customer number you received when the order was placed, you will need to use GetCustomer to get the relevant customer information. The customer number will be used in other requests to get invoice information. You use SSN or date of birth along with the address information to find the correct customer number.
2. GetLedger: This request will provide general information about the customer ledger. The customer number is used to get the information.
3.GetInvoice: Use this request to find specific information about an invoice. The invoice number used in this request is in the GetLedger response.

fold faq

View invoice pdf

1. GetInvoicePrint: You use the invoice number to get the invoice pdf. The invoice is delivered as binary data and as a pdf document.

fold faq

View partial payment information

1. GetAccount: This request will respond with basic account information as in the example above.
2. GetAccountLetters: The request will respond with information about the latest actions that have  occured to the partial payment account asin the example above.
3. GetAccountTransactions: The request will respond with the transactions that have occured to the partial payment account as in the example above.