We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e622a2 commit c6eb31eCopy full SHA for c6eb31e
src/doc/terminal/virtual-terminal/create-virtual-terminal/index.sh
@@ -1,10 +1,10 @@
1
-curl "https://api.paystack.co/virtual_terminal" \
2
--H "Authorization: Bearer YOUR_SECRET_KEY" \
3
--H "Content-Type: application/json" \
+curl "https://api.paystack.co/virtual_terminal"
+-H "Authorization: Bearer YOUR_SECRET_KEY"
+-H "Content-Type: application/json"
4
-d '{
5
"name": "Sales Point #1",
6
"destinations": [
7
{"target": "+2347081234567"}
8
]
9
-}' \
+}'
10
-X POST
0 commit comments