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 |
|---|---|---|
ProfileIdRequired | string | Your unique identifier for the customer profile stored at Paynova. |
GovernmentIdRequired | string(12) | For Sweden: The customer's 12 digit personal identity number (personnummer), with or without a dash. Examples: "198901157993", "19890115-7993" |
CountryCodeRequired | string(2) | The two-letter country code in ISO 3166 format. Examples: "SE" |
EmailAddressRequired | string | The customer's e-mail address. Example: "[email protected]" |
PaymentMethodProductIdRequired | string | The payment method product ID for the specific payment type. Example: `"DirectInvoice" |
