Hello @MTS_Justin , I have tried the request again but still failing with ` NOT_ELIGIBLE_FOR_TOKEN_PROCESSING`. Please find details below: Request: POST https://api.sandbox.paypal.com/v2/checkout/orders/63P03801A2095502F/capture Request Body: { "payment_source" : { "token" : { "id" : "19X5107749171015S" , "type" : "PAYPAL_TRANSACTION_ID" } } } Response: 403 Fodbidden Response Body: { "name" : "NOT_AUTHORIZED" , "details" : [ { "issue" : "NOT_ELIGIBLE_FOR_TOKEN_PROCESSING" , "description" : "API caller is not enabled to process payments with the specified type of token. Please contact customer support to request permissions to process transactions with this type of token." } ], "message" : "Authorization failed due to insufficient permissions." , "debug_id" : "6663377143783" , "links" : [ { "href" : "https://developer.paypal.com/docs/api/orders/v2/#error-NOT_ELIGIBLE_FOR_TOKEN_PROCESSING" , "rel" : "information_link" , "method" : "GET" } ] } Thank you for your assistance. Best regards, Brian
... View more