the job is to brin the gold payment button to life
in £'s
10. 20. 25. 50. 100. 250
then the input field at bottom
https://docs.mollie.com/reference/v2/profiles-api/create-profile/
form / image link button
can be written in php or curl
curl
curl -X POST https://api.mollie.com/v2/profiles -H "Authorization: Bearer access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ" -d "name=My website name" -d "website=https://www.mywebsite.com" -d "email=infywebsite.com" -d "phone=+31208202070" -d "categoryCode=5399" -d "mode=live"
also php 7
<?php$mollie = new MollieApiMollieApiClient();$mollie->setAccessToken("access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ");$profile = $mollie->profiles->create([ "name" => "My website name", "website" => "https://www.mywebsite.com", "email" => "email", "phone" => "+31208202070", "categoryCode" => "5399", "mode" => "live",]);
output responce
is the same
i can give you the website and my test key for development
should be streight forwad if you can build forms
the job is to brin the gold payment button to life
in £'s
10. 20. 25. 50. 100. 250
then the input field at bottom
https://docs.mollie.com/reference/v2/profiles-api/create-profile/
form / image link button
can be written in php or curl
curl
curl -X POST https://api.mollie.com/v2/profiles -H "Authorization: Bearer access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ" -d "name=My website name" -d "website=https://www.mywebsite.com" -d "[email protected]" -d "phone=+31208202070" -d "categoryCode=5399" -d "mode=live"
also php 7
<?php$mollie = new MollieApiMollieApiClient();$mollie->setAccessToken("access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ");$profile = $mollie->profiles->create([ "name" => "My website name", "website" => "https://www.mywebsite.com", "email" => "ywebsite.com", "phone" => "+31208202070", "categoryCode" => "5399", "mode" => "live",]);
output responce
is the same
i can give you the website and my test key for development
should be streight forwad if you can build forms
https://github.com/mollie/api-documentation |
order me