Last updated 16 days ago
Content-Type
Set value to application/json
application/json
The public key can be gotten from the 'Settings' page on your Startbutton dashboard.
Post a request to the URL below, where the base URL is determined by the environment you are in.
PROD : https://api.startbutton.tech
DEV/ Staging:
POST {{baseurl}}/transaction/initialize/s2s/eft
{{baseurl}}/transaction/initialize/s2s/eft
Here's a sample request below
{ "amount": 300000, "currency": "ZAR", "email": "test-pms@customer.com" }
The amount should be in fractional units.
Here's a sample response
{ "success": true, "message": "open provided URL", "data": { "nextStep": "https://standard.paystack.co/eft/EFT_OZOW/3549648797", "reference": "42e9b52b13ed" } }