post https://api-preview.platform.breadpayments.com/api/payments/payment-method/access-token
Creates and returns a new payment method access token.
Log in to see full request history
Responses
Creates and returns a new payment method access token.
xxxxxxxxxx
10curl --request POST \
--url https://api-preview.platform.breadpayments.com/api/payments/payment-method/access-token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"scopeType": "UNKNOWN_SCOPE_TYPE",
"provider": "UNKNOWN_PROVIDER"
}
'
Try It!
to start a request and see the response here! Or choose an example: