post https://api.sendwyre.com/v3/debitcard/process/partner
Accept card payments using Wyre's API
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests⦠|
Loadingβ¦
Responses
Accept card payments using Wyre's API
time | status | user agent | |
---|---|---|---|
Retrieving recent requests⦠|
xxxxxxxxxx
31curl -X POST \
API_URL/v3/debitcard/process/partner \
-H 'Authorization: Bearer WYRE_SECRET_KEY' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{
"debitCard":{
"number":"4111111111111111",
"year":"2023",
"month":"01",
"cvv":"123"
},
"reservationId":"",
"amount":"10",
"sourceCurrency":"USD",
"destCurrency":"BTC",
"dest":"bitcoin:tb1q6yn0ajs733xsk25vefrhwjey4629qt9c67y6ma",
"referrerAccountId":"AC_CVZ4AYV8CN8",
"givenName":"",
"familyName":"",
"email":"test.wyre@sendwyre.com",
"phone":"+14151234567",
"referenceId": "your_business_id",
"address":{
"street1":"",
"city":"",
"state":"", // state code
"postalCode":"", // only numbers
"country":""// alpha2 country code
Try It!
to start a request and see the response here! Or choose an example: