post https://example.com/customerprofiles//addCustomerProfileInvoiceProduct
The Add invoice customer profile service is used to register a customer to a profile to be able to send invoices by sending the profile information in the future, see
Note
Only direct invoices and cards can be added to a customer profile (no instalments),
POST /customerprofiles/{ProfileId}/addCustomerProfileInvoiceProduct
Request parameters
Property | Type | Description |
---|---|---|
ProfileId Required | string | Your unique identifier for the customer profile stored at Paynova. |
GovernmentId Required | string(12) | For Sweden: The customer's 12 digit personal identity number (personnummer), with or without a dash. Examples: "198901157993" , "19890115-7993" |
CountryCode Required | string(2) | The two-letter country code in ISO 3166 format. Examples: "SE" |
EmailAddress Required | string | The customer's e-mail address. Example: "[email protected]" |
PaymentMethodProductId Required | string | The payment method product ID for the specific payment type. Example: `"DirectInvoice" |