Hi !
I have received an email saying my Custom Storefront Payment Processing Request had been approved.
However when I Iook at my access scopes, the write_checkouts_payments is still not there.
{
scopes: [
{ handle: 'read_analytics' },
{ handle: 'write_customers' },
{ handle: 'write_discounts' },
{ handle: 'read_inventory' },
{ handle: 'read_locations' },
{ handle: 'write_products' },
{ handle: 'unauthenticated_read_product_listings' },
{ handle: 'unauthenticated_read_product_tags' },
{ handle: 'unauthenticated_read_product_inventory' },
{ handle: 'unauthenticated_write_customers' },
{ handle: 'unauthenticated_write_checkouts' },
{ handle: 'unauthenticated_read_content' },
{ handle: 'read_customers' },
{ handle: 'read_discounts' },
{ handle: 'read_products' },
{ handle: 'unauthenticated_read_customers' },
{ handle: 'unauthenticated_read_checkouts' }
]
}
Is there something I need to do in order to get it enabled?
Thanks in advance!
Jérémy